Changeset 358 in dev for trunk/abdev/BasicCompiler_Common
- Timestamp:
- Nov 6, 2007, 2:35:15 AM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/ver.h
r355 r358 6 6 // バージョン付加文字列 7 7 #ifdef _AMD64_ 8 #define VER_INFO "(x64) (rev.3 67)"8 #define VER_INFO "(x64) (rev.373)" 9 9 #else 10 #define VER_INFO "(rev.3 67)"10 #define VER_INFO "(rev.373)" 11 11 #endif -
trunk/abdev/BasicCompiler_Common/src/Exception.cpp
r357 r358 51 51 52 52 char temporary[1024]; 53 lstrcpy( temporary, " _System_pobj_AllThreads->GetCurrentException()->BeginTryScope( _System_GetNowScopeCatchAddresses() As VoidPtr, _System_GetBp() As LONG_PTR, _System_GetSp() As LONG_PTR )" );53 lstrcpy( temporary, "ExceptionService.BeginTryScope( _System_GetNowScopeCatchAddresses() As VoidPtr, _System_GetBp() As LONG_PTR, _System_GetSp() As LONG_PTR )" ); 54 54 MakeMiddleCode( temporary ); 55 55 ChangeOpcode( temporary );
Note:
See TracChangeset
for help on using the changeset viewer.