summaryrefslogtreecommitdiff
path: root/compiler_and_linker/unsorted/FuncLevelAsmPPC.c
blob: d0541910fb2cbf23d7e1a25a81b88d4e40681c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "compiler/FuncLevelAsmPPC.h"

void setup_assembly_argument(Object *obj, short i) {
}

void assign_local_addresses() {
}

static void FuncAsm_PreScanDirectives() {
}

static void FuncAsm_AddEntryPoint() {
}

void Assembler() {
}

void SetupAssembler() {
}

void CleanupAssembler() {
}