; assembly | /* r2dec pseudo code output */ | /* balxml_configschema.t/none @ 0x431630 */ | #include | ; (fcn) method.BloombergLP::s_baltst::BasicSchemaRestrictionElementChoice.selectionName___const () | int64_t method_BloombergLP::s_baltst::BasicSchemaRestrictionElementChoice_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::BasicSchemaRestrictionElementChoice::selectionName() const */ 0x00431630 mov eax, dword [rdi + 0x60] | eax = *((rdi + 0x60)); 0x00431633 cmp eax, 1 | 0x00431636 mov ecx, 0x4a24bc | ecx = "enumeration"; 0x0043163b mov edx, 0x4a249e | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x00431640 cmove rdx, rcx | rdx = rcx; | } 0x00431644 test eax, eax | 0x00431646 mov eax, 0x4a247e | eax = "annotation"; | if (eax != 0) { 0x0043164b cmovne rax, rdx | rax = rdx; | } 0x0043164f ret | return rax; | }