Changeset 38636 in vbox for trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
r33540 r38636 805 805 int main(int argc, char **argv) 806 806 { 807 RTR3Init ();807 RTR3InitExe(argc, &argv, 0); 808 808 const char * const argv0 = RTPathFilename(argv[0]); 809 809
Note:
See TracChangeset
for help on using the changeset viewer.