Changeset 87739 in vbox for trunk/include/iprt/asmdefs.mac
- Timestamp:
- Feb 12, 2021 4:36:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asmdefs.mac
r87456 r87739 547 547 %ifndef __NASM__ ; nasm does this in the global directive. 548 548 size NAME(%1) NAME(%1 %+ _EndProc) - NAME(%1) 549 size NAME(%1 %+ _EndProc) 0549 size NAME(%1 %+ _EndProc) 4 ; make it non-zero to shut up warnigns from Linux's objtool. 550 550 %endif 551 551 %endif
Note:
See TracChangeset
for help on using the changeset viewer.