Skip to content

Commit 8744a97

Browse files
authored
fix(data): remove '.' at end of 'long_name's (#718)
> JSON Schema Validation Error for inst/Xqccmp/qc.cm.popretz.yaml: 'Destroy function call stack frame, move zero to `a0` and return to `ra`.' does not match '.*[^.!,]$'
1 parent 1ef0cca commit 8744a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch_overlay/qc_iu/inst/Xqccmp/qc.cm.popret.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: "inst_schema.json#"
44
kind: instruction
55
name: qc.cm.popret
6-
long_name: Destroy function call stack frame and return to `ra`.
6+
long_name: Destroy function call stack frame and return to `ra`
77
description: |
88
Destroy stack frame: load ra and 0 to 12 saved registers from the stack frame, deallocate the stack frame, return to `ra`.
99
This instruction pops (loads) the registers in `reg_list` from stack memory, and then adjusts the stack pointer by `stack_adj` and then return to ra.

arch_overlay/qc_iu/inst/Xqccmp/qc.cm.popretz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: "inst_schema.json#"
44
kind: instruction
55
name: qc.cm.popretz
6-
long_name: Destroy function call stack frame, move zero to `a0` and return to `ra`.
6+
long_name: Destroy function call stack frame, move zero to `a0` and return to `ra`
77
description: |
88
Destroy stack frame: load `ra` and 0 to 12 saved registers from the stack frame, deallocate the stack frame, move zero to `a0`, return to `ra`.
99
This instruction pops (loads) the registers in `reg_list` from stack memory, and then adjusts the stack pointer by `stack_adj`, move zero to `a0` and then return to `ra`.

0 commit comments

Comments
 (0)