Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in function declaration.
  • Loading branch information
jnthn committed Jan 18, 2017
1 parent 21d7d6e commit 396ee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/frame.h
Expand Up @@ -193,7 +193,7 @@ MVM_PUBLIC MVMuint64 MVM_frame_try_return(MVMThreadContext *tc);
MVM_PUBLIC MVMuint64 MVM_frame_try_return_no_exit_handlers(MVMThreadContext *tc);
void MVM_frame_unwind_to(MVMThreadContext *tc, MVMFrame *frame, MVMuint8 *abs_addr,
MVMuint32 rel_addr, MVMObject *return_value);
MVM_PUBLIC void MVM_frame_destory(MVMThreadContext *tc, MVMFrame *frame);
MVM_PUBLIC void MVM_frame_destroy(MVMThreadContext *tc, MVMFrame *frame);
MVM_PUBLIC MVMObject * MVM_frame_get_code_object(MVMThreadContext *tc, MVMCode *code);
MVM_PUBLIC void MVM_frame_capturelex(MVMThreadContext *tc, MVMObject *code);
MVM_PUBLIC void MVM_frame_capture_inner(MVMThreadContext *tc, MVMObject *code);
Expand Down

0 comments on commit 396ee37

Please sign in to comment.