Changeset 237 for Include/system/exception.ab
- Timestamp:
- May 7, 2007, 4:22:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/system/exception.ab
r58 r237 82 82 '新しいip, spをセット 83 83 #ifdef _WIN64 84 context.Rip = ppTryLayers[nTryLayers - 1]->AddressOfCatch 84 context.Rip = ppTryLayers[nTryLayers - 1]->AddressOfCatch As QWord 85 85 context.Rsp = ppTryLayers[nTryLayers - 1]->StackPtr 86 86 #else 87 context.Eip = ppTryLayers[nTryLayers - 1]->AddressOfCatch 87 context.Eip = ppTryLayers[nTryLayers - 1]->AddressOfCatch As DWord 88 88 context.Esp = ppTryLayers[nTryLayers - 1]->StackPtr 89 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.