Ignore:
Timestamp:
May 7, 2007, 4:22:52 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

#_fullcompileで検出されたエラーの修正(明らかに判るもののみ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/system/exception.ab

    r58 r237  
    8282        '新しいip, spをセット
    8383#ifdef _WIN64
    84         context.Rip = ppTryLayers[nTryLayers - 1]->AddressOfCatch
     84        context.Rip = ppTryLayers[nTryLayers - 1]->AddressOfCatch As QWord
    8585        context.Rsp = ppTryLayers[nTryLayers - 1]->StackPtr
    8686#else
    87         context.Eip = ppTryLayers[nTryLayers - 1]->AddressOfCatch
     87        context.Eip = ppTryLayers[nTryLayers - 1]->AddressOfCatch As DWord
    8888        context.Esp = ppTryLayers[nTryLayers - 1]->StackPtr
    8989#endif
Note: See TracChangeset for help on using the changeset viewer.