MWCC/compiler_and_linker/unsorted/FuncLevelAsmPPC.c

23 lines
293 B
C
Raw Normal View History

#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() {
}