chore(barrel_shifter): remove panic from ASR
This commit is contained in:
		| @@ -139,7 +139,7 @@ pub fn arithmeticRight(comptime S: bool, cpsr: *CPSR, rm: u32, total_amount: u8) | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     std.debug.panic("[BarrelShifter] implement arithmetic shift right", .{}); |     return result; | ||||||
| } | } | ||||||
|  |  | ||||||
| pub fn rotateRight(comptime S: bool, cpsr: *CPSR, rm: u32, total_amount: u8) u32 { | pub fn rotateRight(comptime S: bool, cpsr: *CPSR, rm: u32, total_amount: u8) u32 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user