From 864b23702a8e867d6361acd3cef7b505cfedf552 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 12 Feb 2022 14:12:01 -0500 Subject: codegen for address of --- 05/constants.b | 1 - 1 file changed, 1 deletion(-) (limited to '05/constants.b') diff --git a/05/constants.b b/05/constants.b index 9a39ecd..ec11033 100644 --- a/05/constants.b +++ b/05/constants.b @@ -160,7 +160,6 @@ ; - for casts, the operand (type is given by type member) ; - for binary operators, the first operand followed by the second ; - for the operators . and ->, the first argument is the expression on the left-hand side, and the second argument is a 64-bit offset. -; we could use a 32-bit offset but that would cause things to be unaligned. ; - for the ternary operator ? :, the first followed by the second followed by the third ; - for function calls, the function, followed by each of the arguments to the function, followed by 8 bytes of zeros ; File/line number are not stored in expressions. -- cgit v1.2.3