summaryrefslogtreecommitdiff
path: root/tools/libdol2asm/data
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-01-06 03:38:20 -0800
committerJcw87 <Jcw87@users.noreply.github.com>2023-01-06 03:52:55 -0800
commitb4bfca89a11521692749f5996350e36cf01d11aa (patch)
tree9e2f5ccb68025779acb55294809d0de5ecffd432 /tools/libdol2asm/data
parent3786e478869a93c54528bb24ffae418ab1e49a77 (diff)
dol2asm: fix incorrect debug function importing into libdol2asm/exporter/makefile.py
Diffstat (limited to 'tools/libdol2asm/data')
-rw-r--r--tools/libdol2asm/data/function/store.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/libdol2asm/data/function/store.py b/tools/libdol2asm/data/function/store.py
index 48116e6edc..794a26bdde 100644
--- a/tools/libdol2asm/data/function/store.py
+++ b/tools/libdol2asm/data/function/store.py
@@ -1,8 +1,7 @@
from dataclasses import dataclass, field
-from capstone import *
-from capstone.ppc import *
+from capstone.ppc import PPC_REG_R3
from ...builder import AsyncBuilder
from ...types import *