Changeset 18176 in vbox
- Timestamp:
- Mar 24, 2009 12:46:35 PM (16 years ago)
- 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 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
Note:
See TracChangeset
for help on using the changeset viewer.