summaryrefslogtreecommitdiff
path: root/src/binaryen-shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binaryen-shell.cpp')
-rw-r--r--src/binaryen-shell.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/binaryen-shell.cpp b/src/binaryen-shell.cpp
index 8fc067562..3dc873ebc 100644
--- a/src/binaryen-shell.cpp
+++ b/src/binaryen-shell.cpp
@@ -137,7 +137,6 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
}
Literal load(Load* load, size_t addr) override {
- // ignore align - assume we are on x86 etc. which does that
switch (load->type) {
case i32: {
switch (load->bytes) {
@@ -165,7 +164,6 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
}
void store(Store* store, size_t addr, Literal value) override {
- // ignore align - assume we are on x86 etc. which does that
switch (store->type) {
case i32: {
switch (store->bytes) {