Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenConoly committed Jan 10, 2025
1 parent a74e8dc commit c4d9225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/src/compiler/memory_mapped_ext_calls_riscv.v
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ Section Riscv.

Definition setReg(reg: Z)(v: word)(regs: Registers): Registers :=
if ((0 <? reg) && (reg <? 32)) then map.put regs reg v else regs.
Print riscv_primitive.

Definition interpret_action (a : riscv_primitive) (mach : RiscvMachine) :
(primitive_result a -> RiscvMachine -> Prop) -> (RiscvMachine -> Prop) -> Prop :=
Expand Down

0 comments on commit c4d9225

Please sign in to comment.