Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.28.29213.0
- include listing.inc
- INCLUDELIB LIBCMT
- INCLUDELIB OLDNAMES
- PUBLIC ?GetTestValueProxy@@YA?AUTestType@@XZ ; GetTestValueProxy
- EXTRN ?GetTestValue@@YA?AUTestType@@XZ:PROC ; GetTestValue
- ; COMDAT pdata
- pdata SEGMENT
- $pdata$?GetTestValueProxy@@YA?AUTestType@@XZ DD imagerel $LN4
- DD imagerel $LN4+23
- DD imagerel $unwind$?GetTestValueProxy@@YA?AUTestType@@XZ
- pdata ENDS
- ; COMDAT xdata
- xdata SEGMENT
- $unwind$?GetTestValueProxy@@YA?AUTestType@@XZ DD 020601H
- DD 030023206H
- xdata ENDS
- ; Function compile flags: /Ogtpy
- ; COMDAT ?GetTestValueProxy@@YA?AUTestType@@XZ
- _TEXT SEGMENT
- $T1 = 48
- ?GetTestValueProxy@@YA?AUTestType@@XZ PROC ; GetTestValueProxy, COMDAT
- ; File C:\Dev\STL\playground\main.cpp
- ; Line 9
- $LN4:
- push rbx
- sub rsp, 32 ; 00000020H
- mov rbx, rcx
- ; Line 10
- call ?GetTestValue@@YA?AUTestType@@XZ ; GetTestValue
- mov rax, rbx
- ; Line 11
- add rsp, 32 ; 00000020H
- pop rbx
- ret 0
- ?GetTestValueProxy@@YA?AUTestType@@XZ ENDP ; GetTestValueProxy
- _TEXT ENDS
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement