Skip to content

Commit

Permalink
Merge pull request #37 from lukego/cleanup
Browse files Browse the repository at this point in the history
Cleanup [wip]
  • Loading branch information
lukego authored Jul 9, 2017
2 parents 8ca5612 + e2e5689 commit a68c8d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lj_vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ LJ_ASMF void lj_vm_record(void);
LJ_ASMF void lj_vm_inshook(void);
LJ_ASMF void lj_vm_rethook(void);
LJ_ASMF void lj_vm_callhook(void);
LJ_ASMF void lj_vm_profhook(void);

/* Trace exit handling. */
LJ_ASMF void lj_vm_exit_handler(void);
Expand Down

0 comments on commit a68c8d2

Please sign in to comment.