Fix volatile qualifer on function pointer
It's a volatile pointer to a function returning void, not
a pointer to a function returning volatile void.
Signed-off-by:
Avi Kivity <avi@redhat.com>
Loading
Please register or sign in to comment
It's a volatile pointer to a function returning void, not
a pointer to a function returning volatile void.
Signed-off-by:
Avi Kivity <avi@redhat.com>