mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-02 10:54:04 +03:00
1fa9b86b26
This is more descriptive, especially since we will eventually have macaw-aarch32 (also derived from the ASL specs)
6 lines
47 B
C
6 lines
47 B
C
#include "util.h"
|
|
|
|
void _start() {
|
|
EXIT();
|
|
}
|