Changeset 14957 in vbox for trunk/src/recompiler_new
- Timestamp:
- Dec 3, 2008 8:53:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxRecompiler.c
r14956 r14957 3173 3173 int32_t remR3PhysReadS16(RTGCPHYS SrcGCPhys) 3174 3174 { 3175 uint16_t val;3175 int16_t val; 3176 3176 STAM_PROFILE_ADV_START(&gStatMemRead, a); 3177 3177 VBOX_CHECK_ADDR(SrcGCPhys);
Note:
See TracChangeset
for help on using the changeset viewer.