diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-01-06 03:38:20 -0800 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-01-06 03:52:55 -0800 |
| commit | b4bfca89a11521692749f5996350e36cf01d11aa (patch) | |
| tree | 9e2f5ccb68025779acb55294809d0de5ecffd432 /tools/libdol2asm/data/function | |
| parent | 3786e478869a93c54528bb24ffae418ab1e49a77 (diff) | |
dol2asm: fix incorrect debug function importing into libdol2asm/exporter/makefile.py
Diffstat (limited to 'tools/libdol2asm/data/function')
| -rw-r--r-- | tools/libdol2asm/data/function/store.py | 3 |
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 * |
