From 8faafc7668b9423ba9bee1f4e725eab5b378c851 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Tue, 16 Feb 2021 13:24:41 +0100 Subject: quick fixcomments --- aarch64/Asm.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aarch64') diff --git a/aarch64/Asm.v b/aarch64/Asm.v index 5f109224..067d32fb 100644 --- a/aarch64/Asm.v +++ b/aarch64/Asm.v @@ -201,7 +201,7 @@ Inductive instruction: Type := | Pstrx_a (rs: ireg) (a: addressing) (**r store int64 as any64 *) | Pstrb (rs: ireg) (a: addressing) (**r store int8 *) | Pstrh (rs: ireg) (a: addressing) (**r store int16 *) - | Pstpw (rs1 rs2: ireg) (chk1 chk2: memory_chunk) (a: addressing) (**r store two int64 *) + | Pstpw (rs1 rs2: ireg) (chk1 chk2: memory_chunk) (a: addressing) (**r store two int32 *) | Pstpx (rs1 rs2: ireg) (chk1 chk2: memory_chunk) (a: addressing) (**r store two int64 *) (** Integer arithmetic, immediate *) | Paddimm (sz: isize) (rd: iregsp) (r1: iregsp) (n: Z) (**r addition *) -- cgit