Skip to content

Commit

Permalink
Made the perldoc for runops_hbdb_core() a little more verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed Jul 19, 2011
1 parent d98b9ec commit a2b156b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/runcore/cores.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,9 @@ runops_debugger_core(PARROT_INTERP, SHIM(Parrot_runcore_t *runcore), ARGIN(opcod
=item C<static opcode_t * runops_hbdb_core(PARROT_INTERP, Parrot_runcore_t
*runcore, opcode_t *pc)>
Used by hbdb.
Used by the HBDB debugger. Acts just like the fast core except with some
additional behaviors that are unique to HBDB. Does not perform any bounds
checking, profiling, or tracing.
=cut
Expand Down

0 comments on commit a2b156b

Please sign in to comment.