Commit a28d7143 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Reorder members in `struct backtrace_location`

`sizeof(struct backtrace_location)` is 24 bytes -> 16 bytes in LP64
data model etc.
parent 3e0d29b7
......@@ -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*);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment