mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
(GetPassedException): Abort. The existing "mov ecx,E" thing can not work.
Plus it generated invalid assembly.
This commit is contained in:
parent
d1e33853f7
commit
472f7014a7
@ -22,6 +22,6 @@
|
||||
#include "Monitor.h"
|
||||
#include "FieldOrMethod.h"
|
||||
|
||||
#define GetPassedException(E) __asm__("mov %%ecx, %0" : : "g"(E))
|
||||
#define GetPassedException(E) abort();
|
||||
|
||||
#endif // _X86_LINUX_THREAD_H_
|
||||
|
@ -22,6 +22,6 @@
|
||||
#include "Monitor.h"
|
||||
#include "FieldOrMethod.h"
|
||||
|
||||
#define GetPassedException(E) __asm__("mov %%ecx, %0" : : "g"(E))
|
||||
#define GetPassedException(E) abort();
|
||||
|
||||
#endif // _X86_LINUX_THREAD_H_
|
||||
|
Loading…
Reference in New Issue
Block a user