Add better sorting for inline'd asm

This commit is contained in:
unknown 2020-11-29 12:21:01 -05:00
parent 27cc0f5aa8
commit 92cfb378f3
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
152 changed files with 91 additions and 92 deletions

View File

@ -2,7 +2,7 @@
#define __JKRDISPOSER_H__
#include "dolphin/types.h"
#include "JSupport/JSUList.h"
#include "JSystem/JSupport/JSUList.h"
class JKRHeap;
class JKRDisposer {

View File

@ -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