CallConvName.cs 104 B

12345678
  1. namespace ARMeilleure.CodeGen.X86
  2. {
  3. enum CallConvName
  4. {
  5. SystemV,
  6. Windows
  7. }
  8. }