diff options
Diffstat (limited to 'src/lj_def.h')
-rw-r--r-- | src/lj_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_def.h b/src/lj_def.h index 5c427b14..9a22e3bd 100644 --- a/src/lj_def.h +++ b/src/lj_def.h | |||
@@ -273,7 +273,7 @@ uint64_t _byteswap_uint64(uint64_t); | |||
273 | 273 | ||
274 | #if defined(_M_PPC) && defined(LUAJIT_NO_UNALIGNED) | 274 | #if defined(_M_PPC) && defined(LUAJIT_NO_UNALIGNED) |
275 | /* | 275 | /* |
276 | ** Replacement for unaligned loads on XBox 360. Disabled by default since it's | 276 | ** Replacement for unaligned loads on Xbox 360. Disabled by default since it's |
277 | ** usually more costly than the occasional stall when crossing a cache-line. | 277 | ** usually more costly than the occasional stall when crossing a cache-line. |
278 | */ | 278 | */ |
279 | static LJ_AINLINE uint16_t lj_getu16(const void *v) | 279 | static LJ_AINLINE uint16_t lj_getu16(const void *v) |