avm 64 core/avm.h namespace avm { avm 234 core/avmplus.h inline avm::EXT avmTo##EXT(const avmplus::INT e) { return (avm::EXT)e; } \ avm 235 core/avmplus.h inline avmplus::INT avmFrom##EXT(avm::EXT m) { return (avmplus::INT)m; } \