RESOLVED FIXED Bug 97252
JSC: Fix a missing semicolon in the C++ llint backend
https://bugs.webkit.org/show_bug.cgi?id=97252
Summary JSC: Fix a missing semicolon in the C++ llint backend
Mark Lam
Reported 2012-09-20 12:45:17 PDT
Recent changes in the llint asm code has uncovered this bug for the C++ backend implementation of storeb. Need to add the missing semicolon.
Attachments
Fix. (1.24 KB, patch)
2012-09-20 12:47 PDT, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2012-09-20 12:47:52 PDT
Geoffrey Garen
Comment 2 2012-09-20 12:49:38 PDT
Comment on attachment 164966 [details] Fix. r=me
Mark Lam
Comment 3 2012-09-24 16:56:07 PDT
Note You need to log in before you can comment on or make changes to this bug.