Revision 3b46e624 target-m68k/op.c

b/target-m68k/op.c
349 349
    uint32_t quot;
350 350
    uint32_t rem;
351 351
    uint32_t flags;
352
   
352

  
353 353
    num = env->div1;
354 354
    den = env->div2;
355 355
    /* ??? This needs to make sure the throwing location is accurate.  */
......
380 380
    int32_t quot;
381 381
    int32_t rem;
382 382
    int32_t flags;
383
   
383

  
384 384
    num = env->div1;
385 385
    den = env->div2;
386 386
    if (den == 0)

Also available in: Unified diff