mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
This commit is contained in:
parent
4a0b6b0fdb
commit
efebaf20cb
2 changed files with 5 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ namespace Indy.IL2CPU.Assembler.X86
|
|||
}
|
||||
public override string ToString()
|
||||
{
|
||||
return "jnz " + Address;
|
||||
return "jnz near " + Address;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,10 @@ namespace Indy.IL2CPU.IL.CustomImplementations.System
|
|||
public static string FormatInt32(int aInt, string aStr, NumberFormatInfo aFormat)
|
||||
{
|
||||
return "this is a test - fix me in Indy.IL2CPU.IL.CustomImplementations.System.NumberImpl.FormatInt32";
|
||||
|
||||
}
|
||||
public static string FormatDouble(double aInt, string aStr, NumberFormatInfo aFormat)
|
||||
{
|
||||
return "this is a test - fix me in Indy.IL2CPU.IL.CustomImplementations.System.NumberImpl.FormatDouble";
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue