aboutsummaryrefslogtreecommitdiffstats
path: root/x86/Asm.v
diff options
context:
space:
mode:
Diffstat (limited to 'x86/Asm.v')
-rw-r--r--x86/Asm.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86/Asm.v b/x86/Asm.v
index b9c4817a..64a835e1 100644
--- a/x86/Asm.v
+++ b/x86/Asm.v
@@ -312,6 +312,7 @@ Module Pregmap := EMap(PregEq).
Definition regset := Pregmap.t val.
Definition genv := Genv.t fundef unit.
+Declare Scope asm.
Notation "a # b" := (a b) (at level 1, only parsing) : asm.
Notation "a # b <- c" := (Pregmap.set b c a) (at level 1, b at next level) : asm.