Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73412
b: refs/heads/master
c: b17de36
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Tony Luck committed Nov 6, 2007
1 parent b93cca3 commit 509aafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3ad42be1ee37ab277ef30555b772e0c803f3b69
refs/heads/master: b17de3619553d004be3fe3c58bf6a63cbec3303b
2 changes: 1 addition & 1 deletion trunk/arch/ia64/hp/sim/boot/fw-emu.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ sys_fw_init (const char *args, int arglen)
}
cmd_line[arglen] = '\0';

memset(efi_systab, 0, sizeof(efi_systab));
memset(efi_systab, 0, sizeof(*efi_systab));
efi_systab->hdr.signature = EFI_SYSTEM_TABLE_SIGNATURE;
efi_systab->hdr.revision = ((1 << 16) | 00);
efi_systab->hdr.headersize = sizeof(efi_systab->hdr);
Expand Down

0 comments on commit 509aafa

Please sign in to comment.