Skip to content

Commit

Permalink
MS C clean up stack after return
Browse files Browse the repository at this point in the history
  • Loading branch information
xor2003 committed Jun 9, 2024
1 parent 91b1e9d commit 0494564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angr_platforms/X86_16/simos_86_16.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class SimCC8616MSC(SimCC):
OVERFLOW_RETURN_VAL = SimRegArg("dx", 2)
ARCH = Arch86_16
STACK_ALIGNMENT = 2
CALLEE_CLEANUP = True


register_default_cc("86_16", SimCC8616MSC)
Expand Down

0 comments on commit 0494564

Please sign in to comment.