VirtualBox

Changeset 66128 in vbox


Ignore:
Timestamp:
Mar 16, 2017 2:10:01 PM (8 years ago)
Author:
vboxsync
Message:

bs3-cpu-generated-1: python type fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py

    r66124 r66128  
    788788        self.sValue = sValue;
    789789        self.sType  = sType;
     790        assert isinstance(sField, str);
     791        assert isinstance(sOp, str);
     792        assert isinstance(sType, str);
     793        assert isinstance(sValue, str);
    790794
    791795
Note: See TracChangeset for help on using the changeset viewer.

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