/[gxemul]/trunk/src/machines/machine_alpha.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/machines/machine_alpha.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 41 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_alpha.c,v 1.12 2006/12/30 13:31:01 debug Exp $   *  $Id: machine_alpha.c,v 1.14 2007/06/15 18:08:10 debug Exp $
29     *
30     *  COMMENT: DEC Alpha machines
31   */   */
32    
33  #include <stdio.h>  #include <stdio.h>
# Line 131  MACHINE_SETUP(alpha) Line 133  MACHINE_SETUP(alpha)
133          /*  CTB: Console Terminal Block  */          /*  CTB: Console Terminal Block  */
134          memset(&ctb, 0, sizeof(struct ctb));          memset(&ctb, 0, sizeof(struct ctb));
135          store_64bit_word_in_host(cpu, (unsigned char *)          store_64bit_word_in_host(cpu, (unsigned char *)
136              &(ctb.ctb_term_type), machine->use_x11?              &(ctb.ctb_term_type), machine->x11_md.in_use?
137              CTB_GRAPHICS : CTB_PRINTERPORT);              CTB_GRAPHICS : CTB_PRINTERPORT);
138    
139          /*  CRB: Console Routine Block  */          /*  CRB: Console Routine Block  */

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26