fatal/creport: Add cpu context.
This commit is contained in:
@@ -28,7 +28,7 @@ struct CodeInfo {
|
||||
};
|
||||
|
||||
class CodeList {
|
||||
private:
|
||||
public:
|
||||
static const size_t max_code_count = 0x10;
|
||||
u32 code_count = 0;
|
||||
CodeInfo code_infos[max_code_count];
|
||||
|
||||
Reference in New Issue
Block a user