• Inphi's avatar
    cannon: 64-bit Refactor (#12029) · a2653a38
    Inphi authored
    * cannon: 64-bit Refactor
    
    Refactor Cannon codebase to support both 32-bit and 64-bit MIPS emulation
    while reusing code as much as possible.
    
    * fix 64-bit test compilation errors
    
    * review comments
    
    * more review comments
    
    * fcntl syscall err for 64-bit
    
    * simplify pad check
    
    * cannon: sc must store lsb 32 on 64-bits
    
    * lint
    
    * fix sc 64-bit logic
    
    * add TODO state test
    a2653a38
Name
Last commit
Last update
..
arch Loading commit data...
exec Loading commit data...
memory Loading commit data...
multithreaded Loading commit data...
program Loading commit data...
singlethreaded Loading commit data...
tests Loading commit data...
testutil Loading commit data...
versions Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
debug.go Loading commit data...
hex.go Loading commit data...
iface.go Loading commit data...
logw.go Loading commit data...
oracle.go Loading commit data...
state.go Loading commit data...
witness.go Loading commit data...