Skip to content

Commit

Permalink
Revert all changes in opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Akhtar committed Dec 6, 2011
1 parent 23eaa03 commit 60a4a03
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
60 changes: 30 additions & 30 deletions include/parrot/oplib/core_ops.h
Expand Up @@ -52,7 +52,7 @@ op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);
opcode_t * Parrot_tailcall_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_returncc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_capture_lex_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_newclosure_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot__newclosure_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_set_args_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_get_params_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_set_returns_pc(opcode_t *, PARROT_INTERP);
Expand Down Expand Up @@ -142,8 +142,8 @@ op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);
opcode_t * Parrot_compreg_sc_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_compreg_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_compreg_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_callback_p_p_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_callback_p_p_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_callback_p_p_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_callback_p_p_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_annotations_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_annotations_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_annotations_p_sc(opcode_t *, PARROT_INTERP);
Expand Down Expand Up @@ -566,10 +566,10 @@ op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);
opcode_t * Parrot_isa_i_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_isa_i_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_isa_i_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_newclass_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_newclass_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_newclass_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_newclass_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_newclass_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_newclass_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_newclass_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_newclass_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_subclass_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_subclass_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_subclass_p_p_s(opcode_t *, PARROT_INTERP);
Expand Down Expand Up @@ -620,18 +620,18 @@ op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);
opcode_t * Parrot_inspect_p_pc_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_inspect_p_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_inspect_p_pc_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_s_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_sc_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_s_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_sc_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_pc_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_pc_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_s_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_sc_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_s_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_sc_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_pc_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_pc_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_root_new_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_root_new_p_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_root_new_p_p_p(opcode_t *, PARROT_INTERP);
Expand Down Expand Up @@ -890,9 +890,9 @@ op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);
opcode_t * Parrot_sprintf_s_s_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_sprintf_s_sc_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_sprintf_p_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_s_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_s_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_s_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_s_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_stringinfo_i_s_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_stringinfo_i_sc_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_stringinfo_i_s_ic(opcode_t *, PARROT_INTERP);
Expand Down Expand Up @@ -1107,14 +1107,14 @@ op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);
opcode_t * Parrot_vivify_p_pc_s_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_vivify_p_p_sc_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_vivify_p_pc_sc_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_s_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_sc_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_s_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_sc_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_p_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_pc_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_p_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_interp_new_p_pc_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_s_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_sc_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_s_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_sc_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_p_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_pc_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_p_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_new_p_pc_ic(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_root_new_p_p_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_root_new_p_pc_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_root_new_p_p_ic(opcode_t *, PARROT_INTERP);
Expand Down
2 changes: 1 addition & 1 deletion src/ops/core.ops
Expand Up @@ -1016,7 +1016,7 @@ inline op gc_debug(in INT) {
=item B<interpinfo>

Fetch some piece of information about the interpreter and put it in $1.
Possible values for $2 are defined in F<runtime/parrot/include/Parrot_interp_info.pasm>.
Possible values for $2 are defined in F<runtime/parrot/include/interpinfo.pasm>.
The valid constants for each return value are (excluding the .INTERPINFO_
prefix):

Expand Down

0 comments on commit 60a4a03

Please sign in to comment.