зеркало из https://github.com/mozilla/pjs.git
(GetPassedException): Abort. The existing "mov ecx,E" thing can not work.
Plus it generated invalid assembly.
This commit is contained in:
Родитель
3901f4507c
Коммит
2598d55c67
|
@ -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_
|
||||
|
|
Загрузка…
Ссылка в новой задаче