diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-07-03 15:11:15 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:27 -0400 |
commit | a40982bb2a9572c242dfdc4192d552ed8f805da5 (patch) | |
tree | 89f297db89f1d9f139fbfd167e13d6da0e136684 /lisc/lisc.h | |
parent | 7c92b5a0c44b8faf9e5425b17caa4610da0e6902 (diff) | |
download | roux-a40982bb2a9572c242dfdc4192d552ed8f805da5.tar.gz |
add comments
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index abb025f..2219628 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -50,7 +50,7 @@ enum { OSub, ODiv, OMod, - OConst, + OCopy, /* reserved instructions */ OX86Div, |