Sort meson IL source files.
This commit is contained in:
parent
3ac8a36c7b
commit
4dbe18da08
1 changed files with 9 additions and 9 deletions
|
|
@ -1,19 +1,19 @@
|
|||
rz_il_sources = [
|
||||
'definitions/label.c',
|
||||
'definitions/variable.c',
|
||||
'definitions/value.c',
|
||||
'definitions/bool.c',
|
||||
'definitions/mem.c',
|
||||
'definitions/float.c',
|
||||
'definitions/label.c',
|
||||
'definitions/mem.c',
|
||||
'definitions/value.c',
|
||||
'definitions/variable.c',
|
||||
'theory_bitv.c',
|
||||
'theory_effect.c',
|
||||
'theory_init.c',
|
||||
'theory_bool.c',
|
||||
'theory_mem.c',
|
||||
'theory_effect.c',
|
||||
'theory_fbasic.c',
|
||||
'il_opcodes.c',
|
||||
'il_export.c',
|
||||
'theory_init.c',
|
||||
'theory_mem.c',
|
||||
'il_events.c',
|
||||
'il_export.c',
|
||||
'il_opcodes.c',
|
||||
'il_reg.c',
|
||||
'il_validate.c',
|
||||
'il_vm.c',
|
||||
|
|
|
|||
Loading…
Reference in a new issue