OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc
    from Rev 538 to Rev 539
    Reverse comparison

Rev 538 → Rev 539

/trunk/gnu-src/newlib-1.18.0/libgloss/or32/crt0.S
51,8 → 51,9
*/
/* -------------------------------------------------------------------------- */
// Size of redzone + size of space required to store state
// This value must match that in _exception_handler.S
#define EXCEPTION_STACK_SIZE 128
// This value must match that in the support library or1k_exception_handler
// function
#define EXCEPTION_STACK_SIZE (128+128)
#define CALL_EXCEPTION_HANDLER \
l.addi r1, r1, -EXCEPTION_STACK_SIZE; \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.