Changeset 95916 in vbox for trunk/src/VBox/Runtime/common/compiler
- Timestamp:
- Jul 28, 2022 2:29:03 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152670
- Location:
- trunk/src/VBox/Runtime/common/compiler/vcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/compiler/vcc/guard-vcc.asm
r95832 r95916 46 46 47 47 GLOBALNAME __guard_check_icall_fptr 48 RTCCPTR_DEF __guard_check_icall_nop48 RTCCPTR_DEF NAME(__guard_check_icall_nop) 49 49 50 50 %ifdef RT_ARCH_AMD64 -
trunk/src/VBox/Runtime/common/compiler/vcc/stack-vcc.asm
r95832 r95916 134 134 135 135 136 ;; 137 ; This just initializes a global and calls _RTC_SetErrorFuncW to NULL, and 138 ; since we don't have either of those we have nothing to do here. 136 139 BEGINPROC _RTC_InitBase 137 int3140 ret 138 141 ENDPROC _RTC_InitBase 139 142 140 143 144 ;; 145 ; Nothing to do here. 141 146 BEGINPROC _RTC_Shutdown 142 int3147 ret 143 148 ENDPROC _RTC_Shutdown 144 149 … … 323 328 ALIGNCODE(16) 324 329 BEGINPROC FASTCALL_NAME(__security_check_cookie, 4) 325 cmp xCX, [ __security_cookiexWrtRIP]330 cmp xCX, [NAME(__security_cookie) xWrtRIP] 326 331 jne .corrupted 327 332 ;; amd64 version checks if the top 16 bits are zero, we skip that for now.
Note:
See TracChangeset
for help on using the changeset viewer.