VirtualBox

Changeset 73470 in vbox for trunk/include


Ignore:
Timestamp:
Aug 3, 2018 12:04:50 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124097
Message:

iprt/asmdefs.mac: Added SEH64_PUSH_GREG. bugref:3897

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asmdefs.mac

    r69495 r73470  
    126126
    127127;;
     128; Records a general register push.
     129; @param 1 Register name.
     130%macro SEH64_PUSH_GREG 1
     131 %ifdef RT_ASM_WITH_SEH64
     132  [pushreg %1]
     133 %endif
     134%endmacro
     135
     136;;
    128137; Sets xBP as frame pointer that's pointing to a stack position %1 relative to xBP.
    129138%macro SEH64_SET_FRAME_xBP 1
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette