-Wmacro-shift warns about shifting macro arguments too far (#741)

Fixes #735
This commit is contained in:
Rangi
2021-02-16 13:31:01 -08:00
committed by GitHub
parent 122ba6eba5
commit cb61da8842
9 changed files with 40 additions and 10 deletions

View File

@@ -12,5 +12,9 @@ ENDM
m: MACRO
shift 2
shift -3
shift 1
shift 1
shift -1
shift -1
ENDM
m
m one