Displaying 5 results from an estimated 5 matches for "r235".
Did you mean:
235
2002 Sep 25
1
Win95 .bat Issue
...r some reason I'm getting Access denied errors when I try to execute a
.bat file that resides on a TRU64 samba share, from a Win95 command prompt.
The drive is mapped as x:\ & for the sake of testing, the directory has been
recursively set to 777 (chmod).
Command prompt output:
x:\> x:\r235\src\ntprpst\sharc\mta\src\build_sharc_fta.bat
Access denied - x:\r235\src\ntprpst\sharc\mta\src\build~XM.bat
X:\>
X:\> x:\r235\src\ntprpst\sharc\mta\src\no_such_file.bat
No file of directory - x:\r235\src\ntprpst\sharc\mta\src\no_such_file.bat
X:\>
Normally, I would assume this is some 8....
2002 Oct 10
1
Win95 Issue
For some reason I'm getting Access denied errors when I try to execute a
.bat file that resides on a samba share (from a Win95 command prompt). The
drive is mapped as x:\ & for the sake of testing, the directory has been
recursively set to 777 (chmod).
Command prompt output:
x:\> x:\r235\src\ntprpst\sharc\mta\src\build_sharc_fta.bat
Access denied - x:\r235\src\ntprpst\sharc\mta\src\build~XM.bat
X:\>
X:\> x:\r235\src\ntprpst\sharc\mta\src\no_such_file.bat
No file of directory - x:\r235\src\ntprpst\sharc\mta\src\no_such_file.bat
X:\>
Normally, I would assume this is some 8....
2006 Apr 20
1
How do you run a rail app from a subdirectory?
...er, and I don''t have to
modify httpd.conf every time I do.
Basically, I envisioned that it would work like this:
There''s a development server: dev.myserver.com
Each check-out goes in a seperate subdirectory:
dev.myserver.com/r234 -> revision 234 checked out
dev.myserver.com/r235 -> 235th revision
And each checked-out version is an app, so it works like this:
dev.myserver.com/r234/controller/action/id
And the paths from link_to and javascript_include_tag are set right
link_to :controller=>''mycontr'' -> <a href="/r234/mycont">.....
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...5, R186, R187, R188, R189, R190, R191,
R192, R193, R194, R195, R196, R197, R198, R199, R200, R201, R202, R203, R204, R205, R206, R207,
R208, R209, R210, R211, R212, R213, R214, R215, R216, R217, R218, R219, R220, R221, R222, R223,
R224, R225, R226, R227, R228, R229, R230, R231, R232, R233, R234, R235, R236, R237, R238, R239,
R240, R241, R242, R243, R244, R245, R246, R247, R248, R249, R250, R251, R252, R253, R254, R255
]
,
Uses = [
R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31,
R32, R33, R3...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add