mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Add better sorting for inline'd asm
This commit is contained in:
@@ -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
Reference in New Issue
Block a user