index
:
Projet-Archi
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
fpu.h
blob: b10edfd072d740c7b5b15d8dad3145b4db248dc8 (
plain
)
1
2
3
4
5
6
#ifndef __FPU_H__ #define __FPU_H__ #include "archi.h" void fpu(Uint32 opcode); #endif