summaryrefslogtreecommitdiff
path: root/module/language/ecmascript
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/ecmascript')
-rw-r--r--module/language/ecmascript/compile-ghil.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/language/ecmascript/compile-ghil.scm b/module/language/ecmascript/compile-ghil.scm
index 3aa007a7e..d2c8385fb 100644
--- a/module/language/ecmascript/compile-ghil.scm
+++ b/module/language/ecmascript/compile-ghil.scm
@@ -442,8 +442,8 @@
(make-ghil-if
e l (comp (or test 'true) e)
(make-ghil-begin
- e l (list (comp (or inc '(begin)) e)
- (comp statement e)
+ e l (list (comp statement e)
+ (comp (or inc '(begin)) e)
(make-ghil-call e l (make-ghil-ref
e l (ghil-var-for-ref! e '%continue))
'())))