From 4c0f7e27bfff16daf610463c326f3a11b36d7e6e Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Thu, 14 Jan 2016 16:44:42 -0800 Subject: Some cleanup. --- test/example/find_div0s.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/example/find_div0s.cpp') diff --git a/test/example/find_div0s.cpp b/test/example/find_div0s.cpp index 3dffa30b5..cb29043a7 100644 --- a/test/example/find_div0s.cpp +++ b/test/example/find_div0s.cpp @@ -38,7 +38,7 @@ int main() { // Search it for divisions by zero: Walk the module, looking for // that operation. - struct DivZeroSeeker : public WasmWalker { + struct DivZeroSeeker : public WasmWalker { void visitBinary(Binary* curr) { // In every Binary, look for integer divisions if (curr->op == BinaryOp::DivS || curr->op == BinaryOp::DivU) { -- cgit v1.2.3