libvmi / python

LibVMI Python bindings
http://libvmi.com/
GNU Lesser General Public License v3.0
30 stars 22 forks source link

fix typo in get_vcpureg API #46

Closed Wenzel closed 5 years ago

Wenzel commented 5 years ago

There was a typo in get_vcpureg API, as it was named get_vcpu_reg. https://github.com/libvmi/libvmi/blob/master/libvmi/libvmi.h#L2217

This is fixed by this PR.