- remove endless loop

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@146 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-09-08 07:08:21 +00:00
parent bb075ea130
commit af556712bd

View file

@ -44,8 +44,6 @@ int scc_init(void)
scc_info.private_mem[1].low = 0xFF000000;
scc_info.private_mem[1].high = 0xFFFFFFFF;
while(1);
return 0;
}