From: <fd...@us...> - 2010-05-16 17:01:36
|
Revision: 5755 http://jnode.svn.sourceforge.net/jnode/?rev=5755&view=rev Author: fduminy Date: 2010-05-16 17:01:30 +0000 (Sun, 16 May 2010) Log Message: ----------- fixed comment Signed-off-by: Fabien DUMINY <fab...@we...> Modified Paths: -------------- trunk/core/src/native/x86/unsafe.asm Modified: trunk/core/src/native/x86/unsafe.asm =================================================================== --- trunk/core/src/native/x86/unsafe.asm 2010-05-16 17:01:11 UTC (rev 5754) +++ trunk/core/src/native/x86/unsafe.asm 2010-05-16 17:01:30 UTC (rev 5755) @@ -171,7 +171,7 @@ mov AAX,0xFFC00000 ; 4Gb - 4Mb ret -; public static native VmAddress getMinAddress() +; public static native Address getMinAddress() GLABEL Q43org5jnode2vm6Unsafe23getMinAddress2e2829Lorg2fvmmagic2funboxed2fAddress3b mov AAX,free_paddr ret This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |