Merge pull request #549 from eqv/fix_go

fixed go bindings typo
This commit is contained in:
Nguyen Anh Quynh 2016-05-11 14:34:32 +08:00
commit 4b3bbe4759

View file

@ -154,7 +154,7 @@ func (u *uc) RegReadBatch(regs []int) ([]uint64, error) {
}
func (u *uc) MemRegions() ([]*MemRegion, error) {
var regions *C.struct_uc_mem_region
var regions *C.uc_mem_region
var count C.uint32_t
ucerr := C.uc_mem_regions(u.handle, &regions, &count)
if ucerr != C.UC_ERR_OK {