Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing mod_n opcode, kboga++
  • Loading branch information
moritz committed Jun 22, 2011
1 parent 900cf14 commit 5a7d782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PAST/NQP.pir
Expand Up @@ -216,6 +216,7 @@ entry to produce the node to be returned.
maphash['div_i'] = 'div__Iii'
maphash['div_n'] = 'div__Nnn'
maphash['mod_i'] = 'mod__Iii'
maphash['mod_n'] = 'mod__Nnn'

# string opcodes
maphash['chars'] = 'length__Is'
Expand Down

0 comments on commit 5a7d782

Please sign in to comment.