All pastes #189095 Raw Edit

Stuff

public text v1 · immutable
#189095 ·published 2006-10-02 20:34 UTC
rendered paste body
Index: hal/components/freqgen.c
===================================================================
RCS file: /cvs/emc2/src/hal/components/freqgen.c,v
retrieving revision 1.21
diff -r1.21 freqgen.c
928c928
<       addr->wd.st2.lut = (char *) (&(master_lut[step_type - 2][0]));
---
>       addr->wd.st2.lut = (unsigned char *) (&(master_lut[step_type - 2][0]));
Index: hal/components/stepgen.c
===================================================================
RCS file: /cvs/emc2/src/hal/components/stepgen.c,v
retrieving revision 1.38
diff -r1.38 stepgen.c
1058c1058
<       addr->wd.st2.lut = (char *) (&(master_lut[step_type - 2][0]));
---
>       addr->wd.st2.lut = (unsigned char *) (&(master_lut[step_type - 2][0]));