git.joshuawise.com
/
fpgaboy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rework it all to use the new macros.
[fpgaboy.git]
/
insn_nop.v
diff --git
a/insn_nop.v
b/insn_nop.v
index
2772a11
..
9270c88
100644
(file)
--- a/
insn_nop.v
+++ b/
insn_nop.v
@@
-1,7
+1,7
@@
`ifdef EXECUTE
`INSN_NOP: begin
- `EXEC_NEWCYCLE
;
- `EXEC_INC_PC
;
+ `EXEC_NEWCYCLE
+ `EXEC_INC_PC
end
`endif
This page took
0.018754 seconds
and
4
git commands to generate.