diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-01 21:58:15 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-01 21:58:15 +0900 |
| commit | c17761d5dd7a34569f8348138f78e90457fa019f (patch) | |
| tree | 9f8e6b30450c674f19e4e958feccb12b16fd70a5 /src | |
| parent | cb2548141b743c2d5a6b03f99a45bf2707cf59f7 (diff) | |
| parent | 05df94f148228a3c69344d75e17048f62fb0f986 (diff) | |
| download | mruby-c17761d5dd7a34569f8348138f78e90457fa019f.tar.gz mruby-c17761d5dd7a34569f8348138f78e90457fa019f.zip | |
Merge pull request #2164 from scalone/public_dump_irep
Added dump_irep in header.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dump.c b/src/dump.c index a2bcab99b..e89617823 100644 --- a/src/dump.c +++ b/src/dump.c @@ -725,7 +725,7 @@ is_debug_info_defined(mrb_irep *irep) return TRUE; } -static int +int dump_irep(mrb_state *mrb, mrb_irep *irep, int debug_info, uint8_t **bin, size_t *bin_size) { int result = MRB_DUMP_GENERAL_FAILURE; |
