mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Implement /x FCode (Mark Cave-Ayland)
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@495 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -723,6 +723,7 @@ static int build_dictionary(void)
|
||||
buildconstant("/w", sizeof(u16));
|
||||
buildconstant("/l", sizeof(u32));
|
||||
buildconstant("/n", sizeof(ucell));
|
||||
buildconstant("/x", sizeof(u64));
|
||||
|
||||
reveal();
|
||||
printk("Dictionary initialization finished.\n");
|
||||
|
||||
Reference in New Issue
Block a user