#include <stdio.h>
#include "xbyak/xbyak.h"
#include "nm.cpp"
Go to the source code of this file.
◆ _STR
◆ TEST
Value:err =
true;
try { syntax; err =
false; }
catch (
Xbyak::Error) { }
catch (...) { }
if (!err)
printf(
"should be err:%s;\n",
_STR(syntax))
LOGGING_API void printf(Category category, const char *format,...)
Definition at line 19 of file nm_frame.cpp.
◆ XBYAK_ENABLE_OMITTED_OPERAND
#define XBYAK_ENABLE_OMITTED_OPERAND |
◆ XBYAK_NO_OP_NAMES
#define XBYAK_NO_OP_NAMES |
◆ main()
Definition at line 33 of file nm_frame.cpp.
35{
37 if (size != 4) {
38 printf(
"sizeof Operand %d\n", (
int)size);
39 }
40 try {
43 } catch (std::exception& e) {
44 printf(
"ERR:%s\n", e.what());
45 } catch (...) {
47 }
50} catch (std::exception& e) {
51 printf(
"err %s\n", e.what());
52 return 1;
53}