summaryrefslogtreecommitdiff
path: root/includes/compiler/FuncLevelAsmPPC.h
blob: 45c172724132f355e6a7aa8cc692617a9d611cf5 (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();
extern void Assembler();
extern void SetupAssembler();
extern void CleanupAssembler();

#endif