Closed GoogleCodeExporter closed 9 years ago
Original comment by dsprin...@chromium.org
on 5 Aug 2011 at 7:12
I added "-D__asm__=__asm__ __asm__Not_allowed_in_NaCl" to the compile flags -
then I do get an error.
Original comment by assafRa...@gmail.com
on 20 Aug 2011 at 5:31
Reminder: this bug is about running the validator as a normal build step.
Original comment by dsprin...@chromium.org
on 22 Aug 2011 at 4:39
Original comment by dsprin...@chromium.org
on 22 Aug 2011 at 4:40
[deleted comment]
The validator is not a good solution, the validator doesn't tell you where in
the code is the issue. While porting OGRE I tested the nexe with the validator.
It didn't give me more information then trying to run in Chrome and getting a
general error.
The only solution is for inline assembler to make the compiler show an error
for each line that has it. Any other solution is not good.
For now you can use my solution - adding "-D__asm__=__asm__
__asm__Not_allowed_in_NaCl" to the compile flags, but in the long run - better
to just add an error.
Original comment by assafRa...@gmail.com
on 26 Aug 2011 at 11:49
Original issue reported on code.google.com by
dsprin...@chromium.org
on 5 Aug 2011 at 6:34