Changeset 14552


Ignore:
Timestamp:
Jan 3, 2011, 9:43:57 PM (14 years ago)
Author:
Gary Byers
Message:

Package name change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/compiler/ARM/arm-backend.lisp

    r14548 r14552  
    394394        (when (typep result-type 'foreign-record-type)
    395395          (setq result-form (pop args))
    396           (if (arm-linux::record-type-returns-structure-as-first-arg result-type)
     396          (if (arm::eabi-record-type-returns-structure-as-first-arg result-type)
    397397            (progn
    398398              (setq result-type *void-foreign-type*
Note: See TracChangeset for help on using the changeset viewer.