Ticket #872 (closed deprecation: fixed)
PASM1 compiler and PDB_compile function
| Reported by: | coke | Owned by: | whiteknight |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | none | Version: | 1.4.0 |
| Severity: | low | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description (last modified by coke) (diff)
.sub 'a' :main $P0 = compreg 'PASM1' $S0 = "say 'hi'\n" $P1 = $P0($S0) $P1() .end
BT from gcc:
#0 0x00000000 in ?? ()
#1 0xb7c485b6 in Parrot_invokecc_p (cur_opcode=0x80f8260, interp=0x804f040)
at src/ops/core.ops:504
#2 0xb7cfbcd0 in runops_slow_core (interp=0x804f040, pc=0x80f8260)
at src/runcore/cores.c:462
#3 0xb7cfa8ce in runops_int (interp=0x804f040, offset=0)
at src/runcore/main.c:987
#4 0xb7cd3155 in runops (interp=0x804f040, offs=0) at src/call/ops.c:119
#5 0xb7cd3564 in runops_args (interp=0x804f040, sub=0x80c34d8, obj=0x80b4450,
meth_unused=0x0, sig=0xb7f1dcb3 "vP",
ap=0xbfebd02c "À4\f\bxÐë¿\2009÷·\220ò\004\bÀ4\f\bØ4\f\b\030lô·xÐë¿¿.ï·@ð\004\b\001") at src/call/ops.c:269
#6 0xb7cd4416 in Parrot_runops_fromc_args (interp=0x804f040, sub=0x80c34d8,
sig=0xb7f1dcb3 "vP") at src/call/ops.c:338
#7 0xb7cb1907 in Parrot_runcode (interp=0x804f040, argc=1, argv=0xbfebd1a8)
at src/embed.c:1021
#8 0xb7ef2ebf in imcc_run_pbc (interp=0x804f040, obj_file=0, output_file=0x0,
argc=1, argv=0xbfebd1a8) at compilers/imcc/main.c:801
#9 0xb7ef3abc in imcc_run (interp=0x804f040, sourcefile=0xbfebd41a "foo.pir",
argc=1, argv=0xbfebd1a8) at compilers/imcc/main.c:1092
#10 0x08048978 in main (argc=1, argv=0xbfebd1a8) at src/main.c:60
Change History
Note: See
TracTickets for help on using
tickets.
