mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
22 lines
409 B
YAML
22 lines
409 B
YAML
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
---
|
|
Architecture: x86_64
|
|
DefaultABI: SystemV_x86_64
|
|
TypeDefinitions:
|
|
- Kind: EnumDefinition
|
|
ID: 3000
|
|
UnderlyingType:
|
|
Kind: PrimitiveType
|
|
PrimitiveKind: Unsigned
|
|
Size: 4
|
|
Entries:
|
|
- Value: 0
|
|
Name: none
|
|
- Value: 1
|
|
Name: positive
|
|
- Value: 2
|
|
Name: negative
|