From d0f52d4f73b802b92c7f7b43e9928e998d92e83c Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 23 May 2021 22:01:17 +0200 Subject: Fix imports --- pysc-v/InstructionSets/RV32I.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- cgit v1.2.3