Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Aug 23, 2023
1 parent ab3dc51 commit 2c8a69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main.c.mako
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) {
(void) ${tested_function}(${format_arguments(test.arguments)});
OPTIMIZER_BARRIER();
long rbp_current;
__asm__ __volatile__("movl %%rbp, %0" : "=r" (rbp_current));
__asm__ __volatile__("movq %%rbp, %0" : "=r" (rbp_current));
long rbx_current = rbx;
long r12_current = r12;
long r13_current = r13;
Expand Down

0 comments on commit 2c8a69b

Please sign in to comment.