diff options
Diffstat (limited to 'lib/asm-docs/generated/asm-docs-python.ts')
-rw-r--r-- | lib/asm-docs/generated/asm-docs-python.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asm-docs/generated/asm-docs-python.ts b/lib/asm-docs/generated/asm-docs-python.ts index 279a300a5..dfaf21f7d 100644 --- a/lib/asm-docs/generated/asm-docs-python.ts +++ b/lib/asm-docs/generated/asm-docs-python.ts @@ -1,4 +1,4 @@ -import {AssemblyInstructionInfo} from '../base'; +import {AssemblyInstructionInfo} from '../base.js'; export function getAsmOpcode(opcode: string | undefined): AssemblyInstructionInfo | undefined { if (!opcode) return; |