<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 30, 2010, at 10:31 AM, Ú{µ×·¨ wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><blockquote class="gmail_quote" style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex; "><div class="gmail_quote"><div><div class="h5"><blockquote class="gmail_quote" style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex; "><div style="word-wrap: break-word; "><div>What do you mean by "variable sized pointers"?  What does:</div><div><br></div><div>struct  S {void *X; };</div><div><br></div><div>return for sizeof(struct S); ?</div></div></blockquote></div></div></div></blockquote><div><br>I have surveyed the UEFI spec2.3.<br>In my opinion, if the EBC VM is running on 32-bit processor, return value is 4<br>if the EBC VM is running on 64-bit processor, return value is 8<br><br>If error out on any sizeof that include a pointer, does it means that no issue about pointer size determined at runtime??<br></div></span></blockquote></div><br><div>Yes, if it is an error, it makes it much more feasible to implement.</div><div><br></div><div>-Chris</div></body></html>