Control: forwarded -1 Nigel Croxon <nigel.cro...@hp.com>
(adding to To)

Nigel: What do you think of this?

On Mon, Dec 22, 2014 at 09:36:29PM +0100, David Härdeman wrote:
> Package: gnu-efi
> Version: 3.0v-5
> Severity: normal
> 
> Dear Maintainer,
> 
> this sample EFI program:
> 
>       EFI_STATUS
>       efi_main (EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) {
>               UINT16 var = 0x1f;
> 
>               InitializeLib(ImageHandle, SystemTable);
>               Print(L"var as 0x04hx: 0x%04hx\n", var);
>               Print(L"var as 0x04hX: 0x%04hX\n", var);
>               return EFI_SUCCESS;
>       }
> 
> generates the following output:
> 
>       var as 0x04hx: 0x001F
>       var as 0x04hX: 0x0000001F
> 
> which is not what one would expect...the expected output would have
> been:
> 
>       var as 0x04hx: 0x001f
>       var as 0x04hx: 0x001F
> 

I'd expect this too, but maybe it's some sort of EFI
crazyness?

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

Be friendly, do not top-post, and follow RFC 1855 "Netiquette".
    - If you don't I might ignore you.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to