Changeset 1533 for trunk/dll/excputil.c
- Timestamp:
- May 30, 2010, 7:34:46 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/dll/excputil.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/excputil.c
r1442 r1533 247 247 else { 248 248 is32Bit = FALSE; 249 u.stk16.usIP = pContext->ctx_RegEip;250 u.stk16.usBP = pContext->ctx_RegEbp;249 u.stk16.usIP = (SHORT) pContext->ctx_RegEip; 250 u.stk16.usBP = (SHORT) pContext->ctx_RegEbp; 251 251 } 252 252
Note:
See TracChangeset
for help on using the changeset viewer.
