index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
op.def
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'op.def')
-rw-r--r--
op.def
2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.def b/op.def
index 99df839..915d832 100644
--- a/
op.def
+++ b/
op.def
@@ -1,5 +1,5 @@
/* OP NARG */
-_(mov, 1)
+_(copy, 1)
_(neg, 1)
_(not, 1)
_(cvtf4s, 1)