This commit is contained in:
Daniel Lubarov 2022-07-18 12:21:29 -07:00
parent 49a785f2bd
commit 6ee2e4fcd8
2 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ use std::fmt::Debug;
use std::mem::{size_of, transmute, transmute_copy, ManuallyDrop};
use std::ops::{Index, IndexMut};
use crate::cpu::columns::shared::CpuGeneralColumnsView;
use crate::cpu::columns::general::CpuGeneralColumnsView;
use crate::memory;
mod shared;
mod general;
#[repr(C)]
#[derive(Eq, PartialEq, Debug)]