Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Dec 5, 2019
1 parent 6a5e913 commit ad56d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/passes/Print.cpp
Expand Up @@ -204,8 +204,9 @@ struct PrintExpressionContents
o << "16";
} else if (bytes == 4) {
o << "32";
} else {
WASM_UNREACHABLE("invalid RMW byte length");
}
WASM_UNREACHABLE("invalid RMW byte length");
}
o << '.';
}
Expand Down

0 comments on commit ad56d7f

Please sign in to comment.