Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DynamoRIO
dynamorio
Commits
7abd1408
Commit
7abd1408
authored
3 years ago
by
Abhinav Anil Sharma
Browse files
Options
Download
Email Patches
Plain Diff
Move sp spill out of prolog.
parent
58ffb341
i4953-decode-test-fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
suite/tests/common/decode.c
+1
-1
suite/tests/common/decode.c
with
1 addition
and
1 deletion
+1
-1
suite/tests/common/decode.c
+
1
-
1
View file @
7abd1408
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets