Skip to content

Commit

Permalink
eliminate op documentation mentioning defunct CORE_OPS_*
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Dec 9, 2010
1 parent 19648f1 commit 1660edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/ops/core.ops
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ internal use only; don't emit these opcodes.

=item B<end>()

Halts the interpreter. (Must be op #0, CORE_OPS_end). See also B<exit>.
Halts the interpreter. See also B<exit>.

=cut

Expand All @@ -63,26 +63,22 @@ inline op end() :base_core :check_event :flow {
=item B<noop>()

Does nothing other than waste an iota of time and 32 bits of bytecode space.
(Must be op #1, CORE_OPS_noop)

=item B<check_events>()

Check the event queue and run event handlers if there are unhandled events.
Note: This opcode is mainly for testing. It should not be necessary to ever
use it explicitly.
(Must be op #3, CORE_OPS_check_events).

=item B<check_events__>()

Check the event queue and run event handlers if there are unhandled events.
Note: Do B<not> use this opcode. It is for internal use only.
(Must be op #4, CORE_OPS_check_events__).

=item B<wrapper__>()

Internal opcode to wrap unknown ops from loaded opcode libs.
Don't use.
(Must be op #5, CORE_OPS_wrapper__).

=item B<load_bytecode>(in STR)

Expand Down
2 changes: 1 addition & 1 deletion t/tools/dev/searchops/samples.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pseudo-core.ops - Parrot Core Ops
=item B<end>()
Halts the interpreter. (Must be op #0, CORE_OPS_end). See also B<exit>.
Halts the interpreter. See also B<exit>.
=cut
Expand Down

0 comments on commit 1660edd

Please sign in to comment.