You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use addr_of! macro instead of directly using the & operator as we cannot assume the alignment of the reference data (example, tdvmcall_mmio_write/tdvmcall_mmio_write).
The text was updated successfully, but these errors were encountered:
addr_of!
macro instead of directly using the&
operator as we cannot assume the alignment of the reference data (example, tdvmcall_mmio_write/tdvmcall_mmio_write).The text was updated successfully, but these errors were encountered: