Displaying 4 results from an estimated 4 matches for "wihich".
Did you mean:
which
2007 Apr 11
2
How to create a virtual machine? (Centos-5-beta-xen)
...til the moment to
create the partitions on the virtual disk (file "/var/xen/fc6.iso" with
10GB). No matter with option I choose: remove all partitions, remove linux
partitions, use free space, etc, does not work. The message is:
"An error has occurred - no valid devices were found on wihich to create new
filesystems. Please check your hardware for the cause of the problem."
The documentation seems so straightforward!
Any hint or comment will be welcomed.
Cheers
Marcelo
[1] http://fedoraproject.org/wiki/FedoraXenQuickstartFC6
-------------- next part --------------
An...
2003 Oct 16
0
Buffer management bug-fix for 2.5.1p2
...is patch, which was in Appendix-A (ver 3.6 and earlier)
was not directly applicable to my version of buffer.c, specifically
the lines of code that have changed for the function,
buffer_append_space().
For one, my version of this function has 3 arguements whereas the patch
is to the same function wihich only takes in 2 arguements. The patch-ed
lines are also different, i.e the patch applies to lines that may not
even exist in my version of this file.
In short, would someone point me to a patch that fixes this problem
for Version 2.5.1p2?
(I suppose I could still apply the patch but I do not know...
2011 Apr 05
0
[LLVMdev] instrument a byte code with llvm
On 4/5/11 11:36 AM, Nabila ABDESSAIED wrote:
>
>
> 2011/4/5 John Criswell <criswell at illinois.edu
> <mailto:criswell at illinois.edu>>
>
> On 4/5/11 11:22 AM, Nabila ABDESSAIED wrote:
>> hi,
>> I'm newer in llvm
>> i would like to instrument a byte code with a pass and as a
>> result i would like to get an
2011 Apr 05
4
[LLVMdev] instrument a byte code with llvm
hi,
I'm newer in llvm
i would like to instrument a byte code with a pass and as a result i would
like to get an instrumented byte code.
i would like that a pass add a method (which calculate the number of
instructions) in the end of each block.
the instrumented code should contain in each block a method that calculate
the number of instructions
Please Help me
thank you
--
Nabila ABDESSAIED