Displaying 2 results from an estimated 2 matches for "armbox".
2016 Apr 19
0
multiboot.mod and module.mod missing in grub-efi-arm64
Hallo,
I am currently installing XEN on an ARM64 EFI machine. (Debian
Testing), Therefore, I installed the following packages:
__________________________________________________________________
root at armbox:/etc# dpkg -l "xen*" | awk '/^ii/ {print $2 "\t\t" $3}'
xen-hypervisor-4.6-arm64 4.6.0-1+nmu2
xenstore-utils 4.6.0-1+nmu2
root at armbox:/etc# dpkg -l "grub*" | awk '/^ii/ {print $2 "\t\t" $3}'
grub-common...
2007 May 28
2
[LLVMdev] Problem in llvm gcc back-end
HI,
While I testing some code, I found some problem on Union handling.
I've wrte following test code, and it has union assignment.
The code's output is
from pointerToUnion: chars mystring, length 64
from original: chars mystring, length 8000
It's caused by second char member(charlength) of LongestMember.
For union assignment, llvm-backend seems generates assigning each
member of