summaryrefslogtreecommitdiff
path: root/includes/compiler/FuncLevelAsmPPC.h
blob: 43ed62b94d132520673c60ecc0dec312e05e62e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef COMPILER_FUNCLEVELASMPPC_H
#define COMPILER_FUNCLEVELASMPPC_H

#include "compiler/common.h"

extern void setup_assembly_argument(Object *obj, short i);
extern void assign_local_addresses(void);
extern void Assembler(Object *func);
extern void SetupAssembler(void);
extern void CleanupAssembler(void);

#endif