Ignore:
Timestamp:
2013-11-26T18:49:32Z (10 years ago)
Author:
Jakub Klama <jakub.klama@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a218709
Parents:
a7372ccf
Message:

Added register window flushes in userspace when apporiate
and done some minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc32/include/libarch/stack.h

    ra7372ccf r3bc42bd  
    3333 */
    3434
    35 #ifndef LIBC_sparc64_STACK_H_
    36 #define LIBC_sparc64_STACK_H_
     35#ifndef LIBC_sparc32_STACK_H_
     36#define LIBC_sparc32_STACK_H_
    3737
    38 #define STACK_ITEM_SIZE                 8
     38#define STACK_ITEM_SIZE                 4
    3939
    4040/** According to SPARC Compliance Definition, every stack frame is 16-byte aligned. */
Note: See TracChangeset for help on using the changeset viewer.