disasm/sim: changed interface, branch => br, features++
[calu.git] / 3b_sim / cdat.hpp
index e318affdae42e6e56a0d19126009224c28093f17..e9f88f6f93156657238620d78c951d4a469f56c8 100644 (file)
@@ -6,5 +6,7 @@
 
 typedef int CDat;
 
-static_assert(sizeof(CDat) == 4, "The size of the datatype for int is NOT 4 bytes (32 Bit!)");
+#define BIT_LEN 32
+
+//static_assert(sizeof(CDat) == 4, "The size of the datatype for int is NOT 4 bytes (32 Bit!)");
 #endif