VirtualBox

Changeset 18176 in vbox


Ignore:
Timestamp:
Mar 24, 2009 12:46:35 PM (16 years ago)
Author:
vboxsync
Message:

common/crOpenGL: Solaris 32-bit fix.

Location:
trunk/src/VBox/Additions/common/crOpenGL
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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