-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
209 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
.../chibild.core.Tests/LinkerTests.CallCAbiTargetFunctionWithVariadicSameObject.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
| ||
// .NET IL Disassembler. Version 8.0.0 | ||
|
||
|
||
|
||
// Metadata version: v4.0.30319 | ||
.assembly extern mscorlib | ||
{ | ||
.publickey = (00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ) | ||
.ver 4:0:0:0 | ||
} | ||
.assembly output | ||
{ | ||
.custom instance void [mscorlib]System.Runtime.Versioning.TargetFrameworkAttribute::.ctor(string) = ( 01 00 1A 2E 4E 45 54 46 72 61 6D 65 77 6F 72 6B // ....NETFramework | ||
2C 56 65 72 73 69 6F 6E 3D 76 34 2E 35 00 00 ) // ,Version=v4.5.. | ||
.ver 1:0:0:0 | ||
} | ||
.module output.dll | ||
.imagebase 0x00400000 | ||
.file alignment 0x00000200 | ||
.stackreserve 0x00100000 | ||
.subsystem 0x0003 // WINDOWS_CUI | ||
.corflags 0x00000001 // ILONLY | ||
|
||
|
||
// =============== CLASS MEMBERS DECLARATION =================== | ||
|
||
.class private abstract auto ansi sealed beforefieldinit '<source>$' | ||
extends [mscorlib]System.Object | ||
{ | ||
.method public static vararg int32 va(int32 A_0, | ||
int64 A_1, | ||
float64 A_2) cil managed | ||
{ | ||
// Code size 3 (0x3) | ||
.maxstack 8 | ||
IL_0000: ldc.i4.s 123 | ||
IL_0002: ret | ||
} // end of method '<source>$'::va | ||
|
||
} // end of class '<source>$' | ||
|
||
.class public abstract auto ansi sealed C.text | ||
extends [mscorlib]System.Object | ||
{ | ||
.method public static int32 main() cil managed | ||
{ | ||
// Code size 32 (0x20) | ||
.maxstack 8 | ||
IL_0000: ldc.i4.s 123 | ||
IL_0002: ldc.i8 0x1c8 | ||
IL_000b: ldc.r8 123.456 | ||
IL_0014: ldstr "ABC" | ||
IL_0019: ldc.i4.1 | ||
IL_001a: call vararg int32 '<source>$'::va(int32, | ||
int64, | ||
float64, | ||
..., | ||
string, | ||
bool) | ||
IL_001f: ret | ||
} // end of method text::main | ||
|
||
} // end of class C.text | ||
|
||
|
||
// ============================================================= | ||
|
||
// *********** DISASSEMBLY COMPLETE *********************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.