From 2bb7f50322eef53116b38b74b151fa9379e5469f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Mon, 21 Oct 2019 03:16:08 +0200 Subject: [PATCH] Adhere to common pattern even in last section of src/cmd/cas.x All previous sections end with the sequence x/mn/r, but the section :c9 ends with only x/mn. This is likely not correct. Running cd src/cmd ../../tools/as7 -o cas cas.s ../../tools/a7out cas cas2out cas.x with and without this commit reveals a difference in cas2out. Besides having the last number not be truncated, the trailing statement for the :c9 entry: c9=x-b+0264000 will only be emitted if the section ends with x/mn/r. This makes cas emit well-formed output. --- src/cmd/cas.x | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd/cas.x b/src/cmd/cas.x index ff4fc82..1a0e6c5 100644 --- a/src/cmd/cas.x +++ b/src/cmd/cas.x @@ -548,3 +548,4 @@ hi fk x mn +r