mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix a typo in call's BNF
Thanks to Jakob for pointing this out.
This commit is contained in:
parent
f059f8b1cf
commit
5e5e301e86
@ -749,7 +749,7 @@ single-precision floating point number `%f` into `%rs`.
|
|||||||
CALL := [%IDENT '=' ABITY] 'call' VAL '(' (ARG), ')'
|
CALL := [%IDENT '=' ABITY] 'call' VAL '(' (ARG), ')'
|
||||||
|
|
||||||
ARG :=
|
ARG :=
|
||||||
ABITY %IDENT # Regular argument
|
ABITY VAL # Regular argument
|
||||||
| 'env' VAL # Environment argument (first)
|
| 'env' VAL # Environment argument (first)
|
||||||
| '...' # Variadic marker (last)
|
| '...' # Variadic marker (last)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user