Skip to content

Commit 17e5103

Browse files
gnzlbgaswaterman
authored andcommitted
A null pointer for all types has the value zero (#108)
1 parent 9b390ce commit 17e5103

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

riscv-elf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,12 @@ the imaginary part.
300300
A future version of this specification may define an ILP32 ABI for
301301
RV64G, but currently this is not a supported operating mode.
302302

303+
304+
A null pointer (for all types) has the value zero.
305+
303306
The value of `_Alignof(max_align_t)` is 16.
304307

308+
305309
## <a name=va-list-va-start-and-va-arg></a> va_list, va_start, and va_arg
306310

307311
The `va_list` type is `void*`. A callee with variadic arguments is responsible

0 commit comments

Comments
 (0)