1 // Test stepping over a variety of instructions.
6 la t0, trap_entry // 0, 4
10 beq zero, zero, one // 0x10
13 beq zero, t0, one // 0x18
14 // Use t0 instead of ra to force a 32-bit opcode in C mode. Otherwise
15 // 32-bit and 64-bit binaries end up with different instructions (I
16 // didn't pursue this).