Search results

  1. O

    Pointer Casting: Bug In Arm-gcc?

    thanks for your answers :) i'm just wondering now: why didn't the program crash with an unhandled exception when the misaligned access occured?
  2. O

    Pointer Casting: Bug In Arm-gcc?

    i'm dealing with a weird problem. the following routine uncompresses some data. it runs fine on x86-systems: CODE char loop; char indic; unsigned char *readback; int size; unsigned short int temp; int i; do { loop = 8; indic = *(source++); ///Read in one byte do...
Back
Top