儲存庫 vbox 的更動 18176
- 時間撮記:
- 2009-3-24 下午12:46:35 (16 年 以前)
- 位置:
- trunk/src/VBox/Additions/common/crOpenGL
- 檔案:
-
- 修改 3 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports.py
r18175 r18176 46 46 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index) 47 47 print "%else ; X86" 48 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (4*index)48 print "\tjmp \t[glim+%d wrt ..gotpc]" % (4*index) 49 49 print "%endif" 50 50 print "ENDPROC gl%s" % func_name … … 75 75 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index) 76 76 print "%else ; X86" 77 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (4*index)77 print "\tjmp \t[glim+%d wrt ..gotpc]" % (4*index) 78 78 print "%endif" 79 79 print "ENDPROC gl%s" % func_name -
trunk/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports_dri.py
r18175 r18176 46 46 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index) 47 47 print "%else ; X86" 48 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (4*index)48 print "\tjmp \t[glim+%d wrt ..gotpc]" % (4*index) 49 49 print "%endif" 50 50 print "ENDPROC cr_gl%s" % func_name … … 75 75 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index) 76 76 print "%else ; X86" 77 print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (4*index)77 print "\tjmp \t[glim+%d wrt ..gotpc]" % (4*index) 78 78 print "%endif" 79 79 print "ENDPROC cr_gl%s" % func_name -
trunk/src/VBox/Additions/common/crOpenGL/SunOS_i386_glxapi_exports.py
r18175 r18176 99 99 print "\tjmp \t[glxim+%d wrt rip wrt ..gotpcrel]" % (8*index) 100 100 print "%else ; X86" 101 print "\tjmp \t[glxim+%d wrt rip wrt ..gotpcrel]" % (4*index)101 print "\tjmp \t[glxim+%d wrt ..gotpc]" % (4*index) 102 102 print "%endif" 103 103 print "ENDPROC vbox_glX%s" % func_name
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器