diff options
Diffstat (limited to 'core/sys/cpu')
| -rw-r--r-- | core/sys/cpu/cpu.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/sys/cpu/cpu.odin b/core/sys/cpu/cpu.odin index b6f770aed..b99fe01d8 100644 --- a/core/sys/cpu/cpu.odin +++ b/core/sys/cpu/cpu.odin @@ -1,7 +1,5 @@ package sys_cpu -#assert(ODIN_USE_LLVM_API); - Cache_Line_Pad :: struct {_: [_cache_line_size]byte}; initialized: bool; |