Updated module path
This commit is contained in:
@ -3,8 +3,8 @@ package core
|
||||
import (
|
||||
"slices"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/asm"
|
||||
"git.akyoto.dev/cli/q/src/cpu"
|
||||
"git.urbach.dev/cli/q/src/asm"
|
||||
"git.urbach.dev/cli/q/src/cpu"
|
||||
)
|
||||
|
||||
// CallSafe pushes used registers to the stack, executes the call and restores the original register value.
|
||||
|
Reference in New Issue
Block a user