Changeset 13034 in vbox for trunk/src/recompiler/VBoxRecompiler.c
- Timestamp:
- Oct 7, 2008 9:49:28 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r13020 r13034 522 522 if (VBOX_FAILURE(rc)) 523 523 return rc; 524 if (u32Sep != ~0 )524 if (u32Sep != ~0U) 525 525 { 526 526 AssertMsgFailed(("u32Sep=%#x\n", u32Sep)); … … 559 559 if (VBOX_FAILURE(rc)) 560 560 return rc; 561 if (u32Sep != ~0 )561 if (u32Sep != ~0U) 562 562 { 563 563 AssertMsgFailed(("u32Sep=%#x (term)\n", u32Sep));
Note:
See TracChangeset
for help on using the changeset viewer.