Repair formatting in src/lj_jit.h again.

This commit is contained in:
Vyacheslav Egorov 2015-08-26 11:48:10 +02:00
parent 6edd9d2b41
commit 1480f33eb3

View File

@ -418,7 +418,7 @@ typedef struct jit_State {
TValue errinfo; /* Additional info element for trace errors. */
TValue* selfref; /* Slot for the trace self reference. */
TValue *selfref; /* Slot for the trace self reference. */
#if LJ_HASPROFILE
GCproto *prev_pt; /* Previous prototype. */