whitespace cleanup
This commit is contained in:
parent
00caa48b91
commit
46f5dd5958
|
@ -529,7 +529,7 @@ thread_wrapper (VOID *arg)
|
|||
# 16 byte aligned right before the final call opcode. \n\
|
||||
andl $-16, %%esp # 16 byte align \n\
|
||||
addl $-12, %%esp # 12 bytes + 4 byte arg = 16 \n\
|
||||
# Now we moved to the new stack. Save thread func address\n\
|
||||
# Now we moved to the new stack. Save thread func address \n\
|
||||
# and thread arg on new stack \n\
|
||||
pushl %%ecx # Push thread arg onto stack \n\
|
||||
pushl %%eax # Push thread func onto stack \n\
|
||||
|
|
Loading…
Reference in New Issue