Skip to content

Commit

Permalink
add "int3"
Browse files Browse the repository at this point in the history
  • Loading branch information
yashinomi committed Oct 16, 2020
1 parent fdf6e30 commit d7e29c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug_test_codes/add_print.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ int main(void)
{
int a = 3;
int b, c = 2;
asm("int3");
b = a + c;
printf("%d\n", b);
return 0;
Expand Down

0 comments on commit d7e29c1

Please sign in to comment.