Skip to content

Commit

Permalink
rename goto_cs to goto_chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed May 20, 2011
1 parent ef3e7cf commit c4ca0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pdds/draft/pdd32_m0.pod
Expand Up @@ -188,7 +188,7 @@ the current bytecode segment. C<$2> and C<$3> are ignored.
Transfer control flow to the bytecode offset in C<*$1> within the current
bytecode segment iff the values of C<*$2> and C<*$3> are the same.

=item * goto_cs - go to an offset in another bytecode segment
=item * goto_chunk - go to an offset in another chunk

Unconditionally transfer control flow to the bytecode offset C<*$1> within the
chunk named by the string C<*$2>. C<$3> is ignored.
Expand Down Expand Up @@ -646,7 +646,7 @@ until we're reasonably confident that we have a final set of ops.
0x00 noop
0x01 goto
0x02 goto_if_eq
0x03 goto_cs
0x03 goto_chunk
0x04 add_i
0x05 add_n
0x06 sub_i
Expand Down

0 comments on commit c4ca0f2

Please sign in to comment.