Skip to content

Commit

Permalink
[ops2c] fix the other two const translators
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Feb 18, 2013
1 parent 408c00e commit b64dc69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Parrot/OpTrans/C.pm
Expand Up @@ -109,9 +109,9 @@ our %arg_maps = (

'ic' => "cur_opcode[%ld]",
'nc' => "NCONST(%ld)",
'pc' => "CONST(%ld)->u.key",
'pc' => "PCONST(%ld)",
'sc' => "SCONST(%ld)",
'kc' => "CONST(%ld)->u.key",
'kc' => "PCONST(%ld)",
'kic' => "cur_opcode[%ld]"
);

Expand Down

0 comments on commit b64dc69

Please sign in to comment.