aboutsummaryrefslogtreecommitdiff
path: root/src/lj_opt_split.c
diff options
context:
space:
mode:
authorMike Pall <mike>2016-05-29 18:12:58 +0200
committerMike Pall <mike>2016-05-29 18:12:58 +0200
commit384ce2f9eff0322eca76a26fdaadd5840043710a (patch)
tree84fdcaf85f8464da4eb0dc6b3af678ff7d119e4f /src/lj_opt_split.c
parent56fe899a06c5a05e8d4ceb8972b3c45dab1c2979 (diff)
downloadluajit-384ce2f9eff0322eca76a26fdaadd5840043710a.tar.gz
luajit-384ce2f9eff0322eca76a26fdaadd5840043710a.tar.bz2
luajit-384ce2f9eff0322eca76a26fdaadd5840043710a.zip
MIPS: Fix build failures and warnings.
Diffstat (limited to 'src/lj_opt_split.c')
-rw-r--r--src/lj_opt_split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c
index 19818660..884285d2 100644
--- a/src/lj_opt_split.c
+++ b/src/lj_opt_split.c
@@ -12,11 +12,11 @@
12 12
13#include "lj_err.h" 13#include "lj_err.h"
14#include "lj_buf.h" 14#include "lj_buf.h"
15#include "lj_dispatch.h"
16#include "lj_ir.h" 15#include "lj_ir.h"
17#include "lj_jit.h" 16#include "lj_jit.h"
18#include "lj_ircall.h" 17#include "lj_ircall.h"
19#include "lj_iropt.h" 18#include "lj_iropt.h"
19#include "lj_dispatch.h"
20#include "lj_vm.h" 20#include "lj_vm.h"
21 21
22/* SPLIT pass: 22/* SPLIT pass: