Small bug fix

develop
Warmist 2012-09-01 10:13:08 +03:00
parent d784d4bc40
commit 7cabf1b843
1 changed files with 1 additions and 1 deletions

@ -222,7 +222,7 @@ end
function get_code_segment()
local s, e = find_code_segment()
if s and e then
return ms.MemoryArea.new(s, e)
return MemoryArea.new(s, e)
end
end
-- Static data segment search