|
@@ -1081,7 +1081,7 @@ let run com tctx main =
|
|
Codegen.Abstract.handle_abstract_casts tctx;
|
|
Codegen.Abstract.handle_abstract_casts tctx;
|
|
blockify_ast;
|
|
blockify_ast;
|
|
(match com.platform with
|
|
(match com.platform with
|
|
- | Cpp -> (fun e ->
|
|
|
|
|
|
+ | Cpp | Flash8 -> (fun e ->
|
|
let save = save_locals tctx in
|
|
let save = save_locals tctx in
|
|
let e = handle_side_effects com (Typecore.gen_local tctx) e in
|
|
let e = handle_side_effects com (Typecore.gen_local tctx) e in
|
|
save();
|
|
save();
|