diff options
-rw-r--r-- | pysc-v/InstructionSets/RV32I.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pysc-v/InstructionSets/RV32I.py b/pysc-v/InstructionSets/RV32I.py index ab03bb7..53b6859 100644 --- a/pysc-v/InstructionSets/RV32I.py +++ b/pysc-v/InstructionSets/RV32I.py @@ -1,4 +1,5 @@ -from instructions import Instruction, InstructionSet +from .instructions import Instruction, InstructionSet +from ctypes import c_uint32 RV32I = InstructionSet() |