Displaying 6 results from an estimated 6 matches for "a322".
Did you mean:
322
2007 Jan 29
8
x86_64 build break in rombios
...0 push #
***** factor expected..................................^
+a A312 68 0000 push #
***** factor expected..................................^
+a A31D 68 0000 push #
***** factor expected..................................^
+a A322 68 0000 push #
***** factor expected..................................^
+a A32D 68 0000 push #
***** factor expected..................................^
+a A332 68 0000 push #
***** factor expected..........
2006 Feb 02
1
Conflict between julian from base and from chron
...the base package that doesn't do exactly what I
need. Is there a way of telling R to run the function from chron and not
from base?
Thanks,
Fernando
__________________________
Fernando Colchero
Doctoral Fellow
Duke University
Department of Ecology
A322 Levine Science and
Research Center (LSRC)
Durham, NC 27708 USA
Phone: (919) 613 80 57
__________________________
2008 Jun 11
0
[LLVMdev] Possible miscompilation?
...led to an executable
>> (and shows the problem).
>
> I've been generating functions using a builder and then compiling
> them with ExecutionEngine::getPointerToFunction(). Is there some way
> I can get compilable IR from that?
http://llvm.org/doxygen/namespacellvm.html#a322
— Gordon
2008 Jun 11
2
[LLVMdev] Possible miscompilation?
Duncan Sands wrote:
> Can you please attach IR which can be compiled
> to an executable (and shows the problem).
I've been generating functions using a builder and then
compiling them with ExecutionEngine::getPointerToFunction().
Is there some way I can get compilable IR from that?
Cheers,
Gary
--
http://gbenson.net/
2015 Feb 05
4
QEMU 2.2.0 managedsave: Unknown savevm section type 5
Hello,
I am running into issues restoring VMs during reboot for some of my XP VMs
- the environment is QEMU 2.2.0, libvirt 1.2.12 on CentOS 6.5 with KVM and
libvirt-guests is set to suspend at shutdown. The weird part is Windows 7
is restored properly from the managedsave however XP does not, doing a
start from virsh shows this:
virsh # start xp-check
error: Failed to start domain xp-check
2008 Jun 12
4
[LLVMdev] Possible miscompilation?
...; > (and shows the problem).
> >
> > I've been generating functions using a builder and then compiling
> > them with ExecutionEngine::getPointerToFunction(). Is there some
> > way I can get compilable IR from that?
>
> http://llvm.org/doxygen/namespacellvm.html#a322
Cool. Ok, compilable IR is attached. I can't see how I'd make an
executable of it as it contains inlined pointers (the code was never
designed to be dumped) but I compiled it with 'llc test.bc -o test.s'
and it is definitely miscompiled.
I apologise for it being so big, but ever...