aboutsummaryrefslogtreecommitdiff
path: root/src/Specific
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-05-16 23:07:25 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-05-16 23:07:25 -0400
commit55b011d85e1477a5b591fa74cc65316b9a49364e (patch)
tree3ab8264137957d251a9a99cdf8eb29c52e12547f /src/Specific
parente2956617c26998eaee2d6228eac600f84136c285 (diff)
Flip argument order on interp for easier Proper lemmas
Diffstat (limited to 'src/Specific')
-rw-r--r--src/Specific/FancyMachine256/Core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Specific/FancyMachine256/Core.v b/src/Specific/FancyMachine256/Core.v
index e28196f43..49d7a2b87 100644
--- a/src/Specific/FancyMachine256/Core.v
+++ b/src/Specific/FancyMachine256/Core.v
@@ -243,7 +243,7 @@ Section assemble.
Definition DefaultAssembleSyntax {t} e := @AssembleSyntax t e (DefaultRegisters e).
Definition Interp {t} e v
- := invert_Some (@Named.interp base_type interp_base_type op Register RegisterContext interp_op empty t e v).
+ := invert_Some (@Named.Interp base_type interp_base_type op Register RegisterContext interp_op t e v).
End assemble.
Export Compilers.Named.Syntax.