summaryrefslogtreecommitdiff
path: root/fib/fib.h
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-07-02 13:45:09 -0700
committerJulian Blake Kongslie2022-07-02 13:45:09 -0700
commitc72951a36d6cb9775dc1ecd9bc26bc13e796f10c (patch)
tree5a8fe196beba5c7c674d1b3d627c9a0beac849f5 /fib/fib.h
parentTrivial code reorg. (diff)
downloadissim-c72951a36d6cb9775dc1ecd9bc26bc13e796f10c.tar.xz
Dropping the async interface, and adding some real uarch.
Diffstat (limited to 'fib/fib.h')
-rw-r--r--fib/fib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fib/fib.h b/fib/fib.h
index 6719d06..25afdc4 100644
--- a/fib/fib.h
+++ b/fib/fib.h
@@ -11,6 +11,7 @@ namespace fib {
11 11
12 enum { 12 enum {
13 ENV_TOP, 13 ENV_TOP,
14 ENV_INIT,
14 ENV_FIB, 15 ENV_FIB,
15 16
16 AREG, 17 AREG,