mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Lots of improvements.
* Better script names and grammar fix. * Bump Rust * Enforce more lints. * Improve few struct definitions by removing box. * Many minor implementation improvements.
This commit is contained in:
@@ -212,8 +212,8 @@ fn compile_ir(
|
||||
assert_eq!(width, 32);
|
||||
assert!(is_signed);
|
||||
|
||||
// When obtain status from `gcc` executable process, status value is truncated to byte size.
|
||||
// So, we also truncate result value to byte size before printing it.
|
||||
// When obtaining status from `gcc` executable process, the status value is truncated to
|
||||
// byte size. So, we also truncate the result value to byte size before printing it.
|
||||
println!("[result] {:?}", value as u8);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user