Commit 7abd1408 authored by Abhinav Anil Sharma's avatar Abhinav Anil Sharma
Browse files

Move sp spill out of prolog.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -315,11 +315,11 @@ GLOBAL_LABEL(FUNCNAME:)
mov REG_XAX, ARG1
PUSH_CALLEE_SAVED_REGS()
PUSH_NONCALLEE_SEH(REG_XAX)
END_PROLOG
/* As xsp will be clobbered by the routine below, we want to
* preserve it now and restore later.
*/
mov REG_XSP, [sp_slot]
END_PROLOG
mov ax, 4
mov bx, 8
mov cx, 4
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment