diff options
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r-- | src/lj_ir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h index 7ab8ab12..841153d8 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h | |||
@@ -121,8 +121,8 @@ | |||
121 | _(CNEWI, NW, ref, ref) /* CSE is ok, not marked as A. */ \ | 121 | _(CNEWI, NW, ref, ref) /* CSE is ok, not marked as A. */ \ |
122 | \ | 122 | \ |
123 | /* Buffer operations. */ \ | 123 | /* Buffer operations. */ \ |
124 | _(BUFHDR, S , ref, lit) \ | 124 | _(BUFHDR, L , ref, lit) \ |
125 | _(BUFPUT, S , ref, ref) \ | 125 | _(BUFPUT, L , ref, ref) \ |
126 | _(BUFSTR, A , ref, ref) \ | 126 | _(BUFSTR, A , ref, ref) \ |
127 | \ | 127 | \ |
128 | /* Barriers. */ \ | 128 | /* Barriers. */ \ |