fixed go bindings typo

This commit is contained in:
coco 2016-05-10 23:18:08 +02:00
parent 266c387a7d
commit 4021b635b1

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 {