summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2019-12-06 11:21:12 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2019-12-06 11:21:12 -0500
commitb4f547ecb600729e0e1b980c27c154b2a99bbca1 (patch)
tree3873c155918deadfa0bbaa91551deb31d62793e3 /opcode.h
parent5962c60342b9ed6562d7fb0f71a50ca9700b3735 (diff)
Finally got multithreading support working!!
I have also added a program that computes the Fibonacci sequence that I wrote in Sux assembly.
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 5203fa9..1f84763 100644
--- a/opcode.h
+++ b/opcode.h
@@ -96,7 +96,6 @@
struct sux;
uint8_t *addr; /* Address Space. */
-uint64_t clk; /* Clock cycles. */
uint8_t ibcount; /* Number of bytes taken up by instruction. */
struct sux {