summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-11 11:41:12 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-11 11:41:12 -0800
commit3bce77f4aa50b1d070b852de484256e32220ce0b (patch)
tree7ea14faf485e7ac8d384b3d3be367c6038ff6d9b /src/wasm.h
parent6cbb5943f93e0edcee676569751748547e6ee990 (diff)
downloadbinaryen-3bce77f4aa50b1d070b852de484256e32220ce0b.tar.gz
binaryen-3bce77f4aa50b1d070b852de484256e32220ce0b.tar.bz2
binaryen-3bce77f4aa50b1d070b852de484256e32220ce0b.zip
break => br
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 7db8c8540..2c879f0e5 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -377,7 +377,7 @@ public:
Expression *value;
std::ostream& doPrint(std::ostream &o, unsigned indent) {
- printOpening(o, "break ") << name;
+ printOpening(o, "br ") << name;
incIndent(o, indent);
if (value) printFullLine(o, indent, value);
return decIndent(o, indent);