Fixed compilation error in debug build
This commit is contained in:
parent
b806b3d96e
commit
2305900939
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ inline void SPC_DSP::init_counter()
|
||||||
// counters start out with this synchronization
|
// counters start out with this synchronization
|
||||||
m.counters [0] = 1;
|
m.counters [0] = 1;
|
||||||
m.counters [1] = 0;
|
m.counters [1] = 0;
|
||||||
m.counters [2] = -0x20u;
|
m.counters [2] = (unsigned int)-0x20;
|
||||||
m.counters [3] = 0x0B;
|
m.counters [3] = 0x0B;
|
||||||
|
|
||||||
int n = 2;
|
int n = 2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue