aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/schema.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/schema.clj')
-rw-r--r--src/cljcc/schema.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cljcc/schema.clj b/src/cljcc/schema.clj
index 2701438..0d86453 100644
--- a/src/cljcc/schema.clj
+++ b/src/cljcc/schema.clj
@@ -517,7 +517,7 @@
(def AssemblyJmpCCInstruction
[:map
[:op [:= :jmpcc]]
- [:operand #'AssemblyOperand]
+ [:cond-code #'CondCode]
[:identifier string?]])
(def AssemblyJmpInstruction