VirtualBox

儲存庫 vbox 的更動 18176


忽略:
時間撮記:
2009-3-24 下午12:46:35 (16 年 以前)
作者:
vboxsync
訊息:

common/crOpenGL: Solaris 32-bit fix.

位置:
trunk/src/VBox/Additions/common/crOpenGL
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports.py

    r18175 r18176  
    4646        print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index)
    4747        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)
    4949        print "%endif"
    5050        print "ENDPROC gl%s" % func_name
     
    7575            print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index)
    7676            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)
    7878            print "%endif"
    7979            print "ENDPROC gl%s" % func_name
  • trunk/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports_dri.py

    r18175 r18176  
    4646        print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index)
    4747        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)
    4949        print "%endif"
    5050        print "ENDPROC cr_gl%s" % func_name
     
    7575            print "\tjmp \t[glim+%d wrt rip wrt ..gotpcrel]" % (8*index)
    7676            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)
    7878            print "%endif"
    7979            print "ENDPROC cr_gl%s" % func_name
  • trunk/src/VBox/Additions/common/crOpenGL/SunOS_i386_glxapi_exports.py

    r18175 r18176  
    9999    print "\tjmp \t[glxim+%d wrt rip wrt ..gotpcrel]" % (8*index)
    100100    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)
    102102    print "%endif"
    103103    print "ENDPROC vbox_glX%s" % func_name
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette