_arg7_minrepro.nx
buildroot/runtime/_arg7_minrepro.nx
about
_arg7_minrepro.nx -- isolate the >6-argument call miscompile
(Jun-2 nx_compile_x86_native.elf; TLS-KDF assertion-#31 root cause
candidate). A 7-param function forwards its 6th + 7th params to a
callee; prints what arrives. Expected output: 60 70 / 61 71.
expect_exit: 0
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 11 | func a7_dec(v: i64) -> i64 |
| 35 | func a7_sink2(a: i64, b: i64) -> i64 |
| 42 | func a7_fwd7(p1: i64, p2: i64, p3: i64, p4: i64, p5: i64, p6: i64, p7: i64) -> i64 |
| 48 | func a7_fwd7_after_call(p1: i64, p2: i64, p3: i64, p4: i64, p5: i64, p6: i64, p7: i64) -> i64 |
| 55 | func a7_sink7(p1: i64, p2: i64, p3: i64, p4: i64, p5: i64, p6: i64, p7: i64) -> i64 |
| 63 | func a7_tail7(x: i64) -> i64 |
| 67 | func main() -> i64 |