diff options
author | alon@honor <none@none> | 2010-10-24 11:38:08 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-24 11:38:08 -0700 |
commit | fa7440b389910fefe7b3ea713a21b8a6b44daa6f (patch) | |
tree | 995a000499b75bef6a72bc2d97d778cfc6abb373 /src/parseTools.js | |
parent | 6cc0726f3cac4473eb0ac8bfadaf429a14d472c4 (diff) |
add nonvirtual part to polymorph test; fails in clang
Diffstat (limited to 'src/parseTools.js')
-rw-r--r-- | src/parseTools.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parseTools.js b/src/parseTools.js index 1ee82394..1e14b1ea 100644 --- a/src/parseTools.js +++ b/src/parseTools.js @@ -433,7 +433,7 @@ function getNativeFieldSize(field, alone) { 'i32': 4, 'i64': 8, 'float': 4, - 'double':8, + 'double':8 }[field]; // XXX 32/64 bit stuff if (!size) { size = 4; // Must be a pointer XXX 32/64 |