|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Question about alignment check in sh_x86_emulate_write
In in sh_x86_emulate_write:
if ( vaddr & (bytes-1) )
return X86EMUL_UNHANDLE;
I met a problem the vaddr is not aligned on word or dword, but have to
emulate it.
I am wordering about the reason for this check. Is it safe to get rid of
it?
Best Regards,
Disheng, Su
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Question about alignment check in sh_x86_emulate_write,
Su, Disheng <=
|
|
|
|
|