Skip to content

Commit

Permalink
SuSE build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rogers committed Mar 16, 2009
1 parent ffdb2c9 commit 338c28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bootloader/sysThread_Intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
void bootThread (void *ip, void *tr, void *sp, void UNUSED *jtoc)
{
void *saved_ebp;
asm (
asm volatile (
#ifndef __x86_64__
"mov %%ebp, %0 \n"
"mov %%esp, %%ebp \n"
Expand Down

0 comments on commit 338c28f

Please sign in to comment.