Skip to content

Commit

Permalink
generate get_id instead of get_addr
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 1, 2011
1 parent a430d8d commit a31d3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PAST/NQP.pir
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ entry to produce the node to be returned.
maphash['box_i'] = 'repr_box_int__PiP'
maphash['box_n'] = 'repr_box_num__PnP'
maphash['box_s'] = 'repr_box_str__PsP'
maphash['where'] = 'get_addr__IP'
maphash['where'] = 'get_id__IP'

# control opcodes
$P0 = new ['Hash']
Expand Down

0 comments on commit a31d3f0

Please sign in to comment.