Merge branch 'develop' into conversion

This commit is contained in:
obscuren
2015-03-19 14:31:41 +01:00
408 changed files with 33298 additions and 2270 deletions

View File

@@ -65,7 +65,7 @@ func (c *Context) GetRangeValue(x, size uint64) []byte {
}
func (c *Context) GetCode(x, size uint64) []byte {
return getCode(c.Code, x, size)
return getData(c.Code, x, size)
}
func (c *Context) Return(ret []byte) []byte {