mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Reorder members in struct backtrace_location
`sizeof(struct backtrace_location)` is 24 bytes -> 16 bytes in LP64 data model etc.
This commit is contained in:
+1
-1
@@ -17,8 +17,8 @@
|
||||
|
||||
struct backtrace_location {
|
||||
int lineno;
|
||||
const char *filename;
|
||||
mrb_sym method_id;
|
||||
const char *filename;
|
||||
};
|
||||
|
||||
typedef void (*each_backtrace_func)(mrb_state*, struct backtrace_location*, void*);
|
||||
|
||||
Reference in New Issue
Block a user