_offc_probe_5args.nx
buildroot/runtime/_offc_probe_5args.nx
about
Tests nxc.elf codegen for: 5-arg function call.
regalloc_test.nx fails at ir_emit_binop (5 args). If this fails, the
bug is in arg passing or call ABI for >4 args.
dependencies 1 imports · 0 importers
imports: 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
| 7 | func sum5(a: i64, b: i64, c: i64, d: i64, e: i64) -> i64 called by 1: main |
| 11 | func main() -> i64 calls 1: sum5 |