Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    015a25b6
    Clean up some compiler warnings: · 015a25b6
    rtoy authored
    * gencgc.h:  Add declaration for alloc.
    
    * solaris-os.c:
      o Include interrupt.h
      o Clean up some printf warnings, apply appropriate casts for
        converting address to longs and vice versa.
    
    * sparc-arch.c:
      o Include gencgc.h, breakpoint.h, interr.h to declare some functions
        for us.
      o Instructions are ints, not longs.  (64-bitness cleanup.)
      o handle_breakpoint and handle_function_end_breakpoint were not
        called with the right second arg.
    
    * sunos-os.h:
      o Declare flush_icache and save_context.
    015a25b6
    History
    Clean up some compiler warnings:
    rtoy authored
    * gencgc.h:  Add declaration for alloc.
    
    * solaris-os.c:
      o Include interrupt.h
      o Clean up some printf warnings, apply appropriate casts for
        converting address to longs and vice versa.
    
    * sparc-arch.c:
      o Include gencgc.h, breakpoint.h, interr.h to declare some functions
        for us.
      o Instructions are ints, not longs.  (64-bitness cleanup.)
      o handle_breakpoint and handle_function_end_breakpoint were not
        called with the right second arg.
    
    * sunos-os.h:
      o Declare flush_icache and save_context.