VirtualBox

Changeset 27804 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Mar 29, 2010 8:11:35 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59464
Message:

getopt fix (3rd part).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp

    r26517 r27804  
    846846
    847847            case 'b':
    848                 cbMax = ValueUnion.i;
     848                cbMax = ValueUnion.i64;
    849849                break;
    850850
     
    875875
    876876            case 'o':
    877                 off = ValueUnion.i;
     877                off = ValueUnion.i64;
    878878                break;
    879879
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette