Changeset 768 for GPL/branches
- Timestamp:
- Apr 14, 2025, 12:39:37 AM (7 months ago)
- Location:
- GPL/branches/uniaud32-6.6-LTS/lib32
- Files:
- 
      - 2 edited
 
 - 
          
  Makefile (modified) (1 diff)
- 
          
  regcache.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      GPL/branches/uniaud32-6.6-LTS/lib32/Makefiler764 r768 31 31 instropl2.obj instropl3.obj vsprintf.obj bitmap.obj find_next_bit.obj & 32 32 regmap.obj regcache.obj regcache-flat.obj regcache-rbtree.obj & 33 regcache-maple.objcomponent.obj33 component.obj 34 34 35 35 TARGET = linuxlib 
- 
      GPL/branches/uniaud32-6.6-LTS/lib32/regcache.cr764 r768 24 24 static const struct regcache_ops *cache_types[] = { 25 25 ®cache_rbtree_ops, 26 #ifndef TARGET_OS2 // Not (yet?) supported 26 27 ®cache_maple_ops, 28 #endif 27 29 ®cache_flat_ops, 28 30 }; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
