mirror of https://github.com/zeldaret/tp.git
Add better sorting for inline'd asm
This commit is contained in:
parent
27cc0f5aa8
commit
92cfb378f3
|
|
@ -2,7 +2,7 @@
|
|||
#define __JKRDISPOSER_H__
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "JSupport/JSUList.h"
|
||||
#include "JSystem/JSupport/JSUList.h"
|
||||
|
||||
class JKRHeap;
|
||||
class JKRDisposer {
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#include "dolphin/types.h"
|
||||
#include "JKernel/JKRDisposer.h"
|
||||
#include "JSystem/JKernel/JKRDisposer.h"
|
||||
|
||||
typedef void (*JKRErrorHandler)(void*, unsigned long, int);
|
||||
class JKRHeap : JKRDisposer {
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue