Changeset 768


Ignore:
Timestamp:
Apr 14, 2025, 12:39:37 AM (4 months ago)
Author:
Paul Smedley
Message:

Fix compilation of uniaud32-6.6-LTS branch

Location:
GPL/branches/uniaud32-6.6-LTS/lib32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-6.6-LTS/lib32/Makefile

    r764 r768  
    3131  instropl2.obj instropl3.obj vsprintf.obj bitmap.obj find_next_bit.obj &
    3232  regmap.obj regcache.obj regcache-flat.obj regcache-rbtree.obj &
    33   regcache-maple.obj component.obj
     33  component.obj
    3434
    3535TARGET = linuxlib
  • GPL/branches/uniaud32-6.6-LTS/lib32/regcache.c

    r764 r768  
    2424static const struct regcache_ops *cache_types[] = {
    2525        &regcache_rbtree_ops,
     26#ifndef TARGET_OS2 // Not (yet?) supported
    2627        &regcache_maple_ops,
     28#endif
    2729        &regcache_flat_ops,
    2830};
Note: See TracChangeset for help on using the changeset viewer.