Skip to content

Commit ba26504

Browse files
committed
Fix import of TerminateException in sim.py
This was broken in commit a5328f4, which got merged into master and then released.
1 parent 489448d commit ba26504

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

riscvmodel/sim.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from .model import Model, Memory
2-
from .isa import TerminateException
1+
from .model import Model, Memory, TerminateException
32

43
import struct
54

0 commit comments

Comments
 (0)