Skip to content

Commit

Permalink
fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Jan 17, 2025
1 parent 5597aaf commit 9b9722f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/decompiler/__snapshots__/decompileAll.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ exports[`decompileAll should decompile mathlib.fc 1`] = `
ADD
s1 s2 XCHG
DIVR
11 ADD
11 ADDCONST
s0 PUSH
5 PUSHINT
DIVMOD
Expand Down Expand Up @@ -1220,7 +1220,7 @@ exports[`decompileAll should decompile mathlib.fc 1`] = `
s0 s1 XCHG
SUB
DIVR
-1 MULCONST
NEGATE
?fun_ref_5c788425937a7d28 INLINECALLDICT
}>
?fun_ref_5a712c8e35fef248 PROCREF:<{
Expand Down Expand Up @@ -1277,7 +1277,7 @@ exports[`decompileAll should decompile mathlib.fc 1`] = `
s6 s6 PUSH2
DIVR
DIVR
-1 MULCONST
NEGATE
?fun_ref_eabdf5efadfce810 INLINECALLDICT
4 LSHIFT
GREATER
Expand Down Expand Up @@ -1674,7 +1674,7 @@ exports[`decompileAll should decompile mathlib.fc 1`] = `
128 LSHIFT
ADD
DIVR
13 ADD
13 ADDCONST
33226912 PUSHINT
5232641 PUSHINT
s2 PUSH
Expand Down

0 comments on commit 9b9722f

Please sign in to comment.